aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2019-11-30 06:37:06 +0100
committerGitHub <noreply@github.com>2019-11-30 06:37:06 +0100
commit770ff0098ed081b51aae6d54532ec7d96b01f76a (patch)
treea6d9315698053834761320c19ee502ed096b975e
parentf36df7c24b80d54cbfea990fd84cb662327b6a0f (diff)
parent890adb80ceef7b6c2204880c4f444b4e2573466a (diff)
downloaddokuwiki-770ff0098ed081b51aae6d54532ec7d96b01f76a.tar.gz
dokuwiki-770ff0098ed081b51aae6d54532ec7d96b01f76a.zip
Merge pull request #2920 from petrkajzar/removeHttpHeader
Remove X-UA-Compatible header in DokuWiki template
-rw-r--r--lib/tpl/dokuwiki/main.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/main.php b/lib/tpl/dokuwiki/main.php
index 2d2151f9c..67b6e61de 100644
--- a/lib/tpl/dokuwiki/main.php
+++ b/lib/tpl/dokuwiki/main.php
@@ -9,7 +9,6 @@
*/
if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */
-header('X-UA-Compatible: IE=edge,chrome=1');
$hasSidebar = page_findnearest($conf['sidebar']);
$showSidebar = $hasSidebar && ($ACT=='show');