r677 - in webspace: . include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 25 00:23:47 EST 2006


Author: floam
Date: 2006-03-25 00:23:47 -0500 (Sat, 25 Mar 2006)
New Revision: 677

Modified:
   webspace/include/thebrain.php
   webspace/index.php
Log:
ie is being super anal, amazingly


Modified: webspace/include/thebrain.php
===================================================================
--- webspace/include/thebrain.php	2006-03-25 05:21:42 UTC (rev 676)
+++ webspace/include/thebrain.php	2006-03-25 05:23:47 UTC (rev 677)
@@ -14,7 +14,7 @@
 elseif ((strpos($_SERVER['HTTP_ACCEPT'], "application/xml")) || ($ua['browser'] == "IE" && $ua['version'] >= 6)) {
 	if ($ua['browser'] == "IE") {
 		echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">
-<?xml-stylesheet type=\"text/xsl\" href=\"include/copy.xsl\"?>\n";
+<?xml-stylesheet type=\"text/xsl\" href=\"include/copy.xsl\"?>";
 	}
 	$content_type = "application/xml";
 }

Modified: webspace/index.php
===================================================================
--- webspace/index.php	2006-03-25 05:21:42 UTC (rev 676)
+++ webspace/index.php	2006-03-25 05:23:47 UTC (rev 677)
@@ -3,6 +3,7 @@
 ob_start();
 require("thebrain.php");
 ?>
+
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
 	<meta content="<?php echo $content_type; ?> charset=UTF-8" />




More information about the quake3-commits mailing list