aboutsummaryrefslogtreecommitdiffstats
path: root/web/include/thebrain.php
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-14 01:52:22 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-14 01:52:22 +0000
commit1d1bfa6b7df033ba705882e63e10201350df1ac9 (patch)
tree6d1ba5e47fbc20f3a137f2ccc28a3a7f7fa027ea /web/include/thebrain.php
parent3ef446d7ce779f39b78246f9e4b77cc27291f385 (diff)
downloadioquake3-aero-1d1bfa6b7df033ba705882e63e10201350df1ac9.tar.gz
ioquake3-aero-1d1bfa6b7df033ba705882e63e10201350df1ac9.zip
Redone get page.
git-svn-id: svn://svn.icculus.org/quake3/trunk@634 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include/thebrain.php')
-rw-r--r--web/include/thebrain.php2
1 files changed, 1 insertions, 1 deletions
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<?xml-stylesheet type=\"text/xsl\" href=\"/include/copy.xsl\"?>";
+ $extradoctype = "<?xml-stylesheet type=\"text/xsl\" href=\"/include/copy.xsl\"?>";
}
$content_type = "application/xml";
}