summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-22 15:00:36 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-22 15:00:36 +0000
commitfc1d0a5b10210a22c8909f30661668d876e9583d (patch)
tree462fe06107bff6c7207ab7106b4d381f0fd52b8a
parent47d19ca23ed6d8396fab5062868bc847bfdd1ecf (diff)
downloadrpg-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-xdetail.php1
-rwxr-xr-xmain.php1
-rwxr-xr-xmediamanager.php1
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'])?>]
diff --git a/main.php b/main.php
index 2a66d1df0..d843a18e4 100755
--- a/main.php
+++ b/main.php
@@ -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'])?>]