summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it_html.class2
1 files changed, 1 insertions, 1 deletions
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]))