r676 - webspace/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 25 00:21:42 EST 2006


Author: floam
Date: 2006-03-25 00:21:42 -0500 (Sat, 25 Mar 2006)
New Revision: 676

Modified:
   webspace/include/thebrain.php
Log:
and fix ie6 again.


Modified: webspace/include/thebrain.php
===================================================================
--- webspace/include/thebrain.php	2006-03-25 05:18:23 UTC (rev 675)
+++ webspace/include/thebrain.php	2006-03-25 05:21:42 UTC (rev 676)
@@ -13,8 +13,8 @@
 
 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';
+		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";
 	}
 	$content_type = "application/xml";
 }




More information about the quake3-commits mailing list