From: Weblate Date: Sun, 11 Oct 2015 21:11:06 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/master' X-Git-Tag: 1.1~9 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/8d57bb370f75c11645d4636528b1ab401ed35897?hp=8dc24075be9a99a695367f655740a2abd544bf70 Merge remote-tracking branch 'origin/master' --- diff --git a/lib/template/header.php b/lib/template/header.php index 275e3f0..3c2af83 100644 --- a/lib/template/header.php +++ b/lib/template/header.php @@ -3,7 +3,8 @@ header('Vary: Accept'); $content_type = 'text/html; charset=utf-8'; -if (stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) +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); @@ -25,7 +26,8 @@ if (!isset ($cfg['style'])) else $style = $cfg['style']; -if (stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) +if (isset ($_SERVER['HTTP_ACCEPT']) && + stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) { ?>