mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Fix for drawRect: not working in IE 8 anymore. (Close chrome meta tag).
Reviewed by me.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
Copyright __project.year__, __organization.name__ All rights reserved.
|
||||
-->
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
||||
|
||||
<title>__project.name__</title>
|
||||
|
||||
Reference in New Issue
Block a user