r931 - webspace/include
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Wed Oct 11 01:05:53 EDT 2006
Author: floam
Date: 2006-10-11 01:05:52 -0400 (Wed, 11 Oct 2006)
New Revision: 931
Modified:
webspace/include/thebrain.php
Log:
Return this to previous revision.
Modified: webspace/include/thebrain.php
===================================================================
--- webspace/include/thebrain.php 2006-10-11 04:50:13 UTC (rev 930)
+++ webspace/include/thebrain.php 2006-10-11 05:05:52 UTC (rev 931)
@@ -14,8 +14,7 @@
$ua = false;
$normal = '<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">';
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">';
if ((strpos($_SERVER['HTTP_ACCEPT'], "application/xhtml+xml")) || ($ua['parent'] == "Validation Checkers"))
{
$content_type = "application/xhtml+xml";
@@ -26,9 +25,8 @@
{
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