Author: eallen
Date: 2008-10-31 19:14:45 -0400 (Fri, 31 Oct 2008)
New Revision: 2722
Modified:
mgmt/trunk/cumin/python/cumin/widgets.strings
Log:
Add the X-UA-Compatible meta tag and set it to IE=7 so IE8 won't break. This will be
removed once we have time to IE8ify the pages.
Modified: mgmt/trunk/cumin/python/cumin/widgets.strings
===================================================================
--- mgmt/trunk/cumin/python/cumin/widgets.strings 2008-10-31 21:25:52 UTC (rev 2721)
+++ mgmt/trunk/cumin/python/cumin/widgets.strings 2008-10-31 23:14:45 UTC (rev 2722)
@@ -507,6 +507,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
<head>
+ <meta http-equiv="X-UA-Compatible" content="IE=7" />
<title>{title}</title>
<link rel="stylesheet" type="text/css"
href="cumin.css"/>
<link rel="shortcut icon" href="resource?name=favicon.ico"
type="image/x-icon"/>