Fix for drawRect: not working in IE 8 anymore. (Close chrome meta tag).

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2010-03-07 17:20:26 -08:00
parent c0ce830456
commit 071a772208
8 changed files with 8 additions and 8 deletions
@@ -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>