From b13746cf4359252f34a68959c3247845b845150b Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 9 Dec 2010 13:20:53 +0000 Subject: IE9 Beta causes problems so downgrade it to IE8 for now --- it_html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_html.class') diff --git a/it_html.class b/it_html.class index 7f4227e..b1395c2 100644 --- a/it_html.class +++ b/it_html.class @@ -153,7 +153,7 @@ function head($args = array()) # Enable latest IE mode if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE')) - $header .= meta(array('http-equiv' => "X-UA-Compatible", 'content' => "IE=edge")); + $header .= meta(array('http-equiv' => "X-UA-Compatible", 'content' => "IE=8")); foreach(array('description', 'keywords') as $name) if (!empty($p[$name])) -- cgit v1.2.3