From: Weblate Date: Fri, 13 Nov 2015 20:48:04 +0000 (+0100) Subject: Merge remote-tracking branch 'origin/master' X-Git-Tag: 1.1~6 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/c4e741fcf19f57e832f239f56b3829f9e15e8ec0?hp=afbc9af82d3808d70d7d34c5908059838298ef2a Merge remote-tracking branch 'origin/master' --- diff --git a/lib/template/header.php b/lib/template/header.php index 3c2af83..5a365b9 100644 --- a/lib/template/header.php +++ b/lib/template/header.php @@ -5,9 +5,12 @@ $content_type = 'text/html; charset=utf-8'; if (isset ($_SERVER['HTTP_ACCEPT']) && stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) +{ $content_type = 'application/xhtml+xml; charset=utf-8'; +} header('Content-Type: ' . $content_type); +header('x-ua-compatible: ie=edge'); $protocol = (bool)is_ssl() ? 'https' : 'http';