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 | |
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
-rwxr-xr-x | detail.php | 1 | ||||
-rwxr-xr-x | main.php | 1 | ||||
-rwxr-xr-x | mediamanager.php | 1 |
3 files changed, 3 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'])?>] @@ -19,6 +19,7 @@ $showSidebar = tpl_getConf('sidebarID') && page_exists(tpl_getConf('sidebarID')) 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 tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title> <?php tpl_metaheaders() ?> <meta name="viewport" content="width=device-width,initial-scale=1" /> diff --git a/mediamanager.php b/mediamanager.php index 6a5f61592..f773c98e8 100755 --- a/mediamanager.php +++ b/mediamanager.php @@ -15,6 +15,7 @@ if (!defined('DOKU_INC')) die(); lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup"> <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($lang['mediaselect'])?> [<?php echo strip_tags($conf['title'])?>] |