From 1d1bfa6b7df033ba705882e63e10201350df1ac9 Mon Sep 17 00:00:00 2001 From: floam Date: Tue, 14 Mar 2006 01:52:22 +0000 Subject: Redone get page. git-svn-id: svn://svn.icculus.org/quake3/trunk@634 edf5b092-35ff-0310-97b2-ce42778d08ea --- web/include/thebrain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/include/thebrain.php') diff --git a/web/include/thebrain.php b/web/include/thebrain.php index a89775c..6b95b61 100644 --- a/web/include/thebrain.php +++ b/web/include/thebrain.php @@ -5,7 +5,7 @@ if ((strpos($_SERVER['HTTP_ACCEPT'], "application/xhtml+xml")) || ($ua->parent elseif ((strpos($_SERVER['HTTP_ACCEPT'], "application/xml")) || ($ua->browser == "IE" && $ua->version >= 6)) { if ($ua->browser == "IE") { - $extradoctype = "\n"; + $extradoctype = ""; } $content_type = "application/xml"; } -- cgit v1.2.3