diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-06 07:53:44 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-06 07:53:44 +0000 |
commit | a93af814e43125174271b37d85b5ead4d93d4391 (patch) | |
tree | 8c09b8d3aaec2e3d5b74595d2a6147ef62052efc /web/index.php | |
parent | 8089c33239ad9fe0f2139162cc1a6bf8e73019a0 (diff) | |
download | ioquake3-aero-a93af814e43125174271b37d85b5ead4d93d4391.tar.gz ioquake3-aero-a93af814e43125174271b37d85b5ead4d93d4391.zip |
Make page not broken in IE, and make validator link not run in "good
idea suggester" mode, just check against spec.
git-svn-id: svn://svn.icculus.org/quake3/trunk@290 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/index.php')
-rw-r--r-- | web/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.php b/web/index.php index 018d14b..a4baf8f 100644 --- a/web/index.php +++ b/web/index.php @@ -32,7 +32,7 @@ foreach ($navlist as $file => $alias) { <div id="footer"> <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://icculus.org/quake3/ioq3.css">Valid CSS</a> | <a href="http://validator.w3.org/check?uri=http://icculus.org<?php -echo $_SERVER['REQUEST_URI'];?>">Valid XHTML</a> | +echo $_SERVER['REQUEST_URI'];?>&warning=0">Valid XHTML</a> | <a href="http://icculus.org">icculus.org</a> <br /> Website Design by <a href="http://floam.sh.nu" title="floam">Aaron Gyes</a> |