diff options
author | Anika Henke <anika@selfthinker.org> | 2012-01-22 15:00:36 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-01-22 15:00:36 +0000 |
commit | fc1d0a5b10210a22c8909f30661668d876e9583d (patch) | |
tree | 462fe06107bff6c7207ab7106b4d381f0fd52b8a /detail.php | |
parent | 47d19ca23ed6d8396fab5062868bc847bfdd1ecf (diff) | |
download | rpg-fc1d0a5b10210a22c8909f30661668d876e9583d.tar.gz rpg-fc1d0a5b10210a22c8909f30661668d876e9583d.tar.bz2 |
added X-UA-Compatible to always use the best possible browser mode in IE and give users with Chrome Frame the chance to use it
Diffstat (limited to 'detail.php')
-rwxr-xr-x | detail.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/detail.php b/detail.php index 91daf4db9..03f83a860 100755 --- a/detail.php +++ b/detail.php @@ -17,6 +17,7 @@ if (!defined('DOKU_INC')) die(); lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title> <?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?> [<?php echo strip_tags($conf['title'])?>] |