r903 - webspace/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Sep 13 03:08:00 EDT 2006


Author: zakk
Date: 2006-09-13 03:08:00 -0400 (Wed, 13 Sep 2006)
New Revision: 903

Modified:
   webspace/include/thebrain.php
Log:
wtf, no strict!


Modified: webspace/include/thebrain.php
===================================================================
--- webspace/include/thebrain.php	2006-09-13 07:06:56 UTC (rev 902)
+++ webspace/include/thebrain.php	2006-09-13 07:08:00 UTC (rev 903)
@@ -25,7 +25,7 @@
 {
 	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\">
+		echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0//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