]> git.mjollnir.org Git - moodle.git/commitdiff
Make the footer more compliant with the validator
authormoodler <moodler>
Tue, 7 Sep 2004 10:18:29 +0000 (10:18 +0000)
committermoodler <moodler>
Tue, 7 Sep 2004 10:18:29 +0000 (10:18 +0000)
theme/standardxhtml/footer.html

index e47d7d843d5db038a5b19457d846d1a1fc5c803d..354605f2a00200cfec47f902d355d488f6dd333b 100644 (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>