diff options
-rw-r--r-- | it_html.class | 2 |
1 files changed, 1 insertions, 1 deletions
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])) |