aboutsummaryrefslogtreecommitdiffstats
path: root/web/include/thebrain.php
diff options
context:
space:
mode:
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 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";
}