Make the footer more compliant with the validator

This commit is contained in:
moodler 2004-09-07 10:18:29 +00:00
parent 7991f49271
commit f7263a16a4

View File

@ -6,8 +6,8 @@
<p class="homelink"><?php echo $homelink ?></p>
<hr size="1" noshade="noshade" />
<p>
<a href="http://validator.w3.org/check?verbose=1&ss=1&uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a>
<a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a>
</p>
</center>
</body>