From 88295b0101c1d83eb5c61f10262443986856d6b9 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 20 Jul 2011 16:03:17 +0000 Subject: Allow IE9 to run in IE9 mode --- it_html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_html.class b/it_html.class index 00940b8..5818607 100644 --- a/it_html.class +++ b/it_html.class @@ -154,7 +154,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=8")); + $header .= meta(array('http-equiv' => "X-UA-Compatible", 'content' => "IE=9")); foreach(array('description', 'keywords') as $name) if (!empty($p[$name])) -- cgit v1.2.3