From ace247ca3141441e0dfaa8059ee7859de250a305 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 7 Mar 2013 16:16:02 +0000 Subject: Switch X-UA-Compatible from IE=9 to IE=edge to make IE10 e.g. know box-shaodw --- 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 8e2d6c3..95c33fc 100644 --- a/it_html.class +++ b/it_html.class @@ -187,7 +187,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=9")); + $header .= meta(array('http-equiv' => "X-UA-Compatible", 'content' => "IE=edge")); foreach(array('description', 'keywords') as $name) if (!empty($p[$name])) -- cgit v1.2.3