Code Duplication    Length = 2-2 lines in 2 locations

Sources/Subs.php 1 location

@@ 3063-3064 (lines=2) @@
3060
		// Are we debugging the template/html content?
3061
		if (!isset($_REQUEST['xml']) && isset($_GET['debug']) && !isBrowser('ie'))
3062
			header('Content-Type: application/xhtml+xml');
3063
		elseif (!isset($_REQUEST['xml']))
3064
			header('Content-Type: text/html; charset=' . (empty($context['character_set']) ? 'ISO-8859-1' : $context['character_set']));
3065
	}
3066
3067
	header('Content-Type: text/' . (isset($_REQUEST['xml']) ? 'xml' : 'html') . '; charset=' . (empty($context['character_set']) ? 'ISO-8859-1' : $context['character_set']));

Sources/Load.php 1 location

@@ 2918-2919 (lines=2) @@
2915
		else
2916
			ob_start();
2917
2918
		if (isset($_GET['debug']))
2919
			header('Content-Type: application/xhtml+xml; charset=' . (empty($context['character_set']) ? 'ISO-8859-1' : $context['character_set']));
2920
2921
		// Don't cache error pages!!
2922
		header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');