r286 - trunk/web

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 5 16:40:35 EST 2005


Author: floam
Date: 2005-11-05 16:40:35 -0500 (Sat, 05 Nov 2005)
New Revision: 286

Modified:
   trunk/web/index.php
Log:
Doh! REQUEST_URI contains the subdir of course.



Modified: trunk/web/index.php
===================================================================
--- trunk/web/index.php	2005-11-05 21:38:44 UTC (rev 285)
+++ trunk/web/index.php	2005-11-05 21:40:35 UTC (rev 286)
@@ -31,7 +31,7 @@
 	</div>
 	<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/quake3<?php
+		<a href="http://validator.w3.org/check?uri=http://icculus.org<?php
 echo $_SERVER['REQUEST_URI'];?>">Valid XHTML</a> |
 		<a href="http://icculus.org">icculus.org</a>
 		<br />




More information about the quake3-commits mailing list