From fc1d0a5b10210a22c8909f30661668d876e9583d Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 22 Jan 2012 15:00:36 +0000 Subject: 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 --- detail.php | 1 + main.php | 1 + mediamanager.php | 1 + 3 files changed, 3 insertions(+) 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="" dir=""> + <?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']) ?>] 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="" dir="" class="popup"> + <?php echo hsc($lang['mediaselect'])?> [<?php echo strip_tags($conf['title'])?>] -- cgit v1.2.3