aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.php
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-05 21:38:44 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-05 21:38:44 +0000
commitc824eff2dcd4712e1418cc0c5bc6f93f98c1f474 (patch)
tree70eb72902ab98bb688a3216d12835a4f27163446 /web/index.php
parent4f80e267dac20e49e9cbcf9275796f054b6aae2a (diff)
downloadioquake3-aero-c824eff2dcd4712e1418cc0c5bc6f93f98c1f474.tar.gz
ioquake3-aero-c824eff2dcd4712e1418cc0c5bc6f93f98c1f474.zip
Make validator link check current page.
Tweak CSS a tiny bit. Make OpenAL sound more better. git-svn-id: svn://svn.icculus.org/quake3/trunk@285 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/index.php')
-rw-r--r--web/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/index.php b/web/index.php
index e74c8c2..a8ab122 100644
--- a/web/index.php
+++ b/web/index.php
@@ -31,7 +31,8 @@ foreach ($navlist as $file => $alias) {
</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">Valid XHTML</a> |
+ <a href="http://validator.w3.org/check?uri=http://icculus.org/quake3<?php
+echo $_SERVER['REQUEST_URI'];?>">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>