diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-11 08:05:32 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-11 08:05:32 +0000 |
commit | bc5d0b1487a4673d6cb8b00eb20752112ce9e571 (patch) | |
tree | 5f562817121f201607b3734801907446c8ee0417 /web/include/thebrain.php | |
parent | 5be8abd55e4759dfafc790cb6bc9453f5a4918aa (diff) | |
download | ioquake3-aero-bc5d0b1487a4673d6cb8b00eb20752112ce9e571.tar.gz ioquake3-aero-bc5d0b1487a4673d6cb8b00eb20752112ce9e571.zip |
Rearrange the Get page a bit.
git-svn-id: svn://svn.icculus.org/quake3/trunk@630 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include/thebrain.php')
-rw-r--r-- | web/include/thebrain.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/include/thebrain.php b/web/include/thebrain.php index 58a97b6..a89775c 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 = "<?xml-stylesheet type=\"text/xsl\" href=\"/include/copy.xsl\"?>\n"; + $extradoctype = "\n<?xml-stylesheet type=\"text/xsl\" href=\"/include/copy.xsl\"?>"; } $content_type = "application/xml"; } |