- From: Ville Skytta <ville@dev.w3.org>
- Date: Sun, 10 Oct 2004 16:33:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv26119/share/templates/en_US
Modified Files:
header.tmpl
Log Message:
Fix links in results.
Index: header.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/header.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- header.tmpl 10 Oct 2004 16:27:18 -0000 1.8
+++ header.tmpl 10 Oct 2004 16:33:55 -0000 1.9
@@ -27,12 +27,12 @@
</div>
<ul class="navbar" id="menu">
<li><span class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
- <a href="/" accesskey="h" title="Go to the Home Page for The W3C Markup Validation Service"><strong>Home</strong></a></li>
- <li><a href="/about.html" title="Information About this Service">About...</a></li>
- <li><a href="/whatsnew.html" title="The changes made to this service recently">News</a></li>
- <li><a href="/docs/" title="Documentation for this Service">Docs</a></li>
- <li><a href="/docs/help.html" title="Help and answers to frequently asked questions">Help & <acronym title="Frequently Asked Questions">FAQ</acronym></a></li>
- <li><a href="/feedback.html" title="How to provide feedback on this service">Feedback</a></li>
+ <a href="./" accesskey="h" title="Go to the Home Page for The W3C Markup Validation Service"><strong>Home</strong></a></li>
+ <li><a href="./about.html" title="Information About this Service">About...</a></li>
+ <li><a href="./whatsnew.html" title="The changes made to this service recently">News</a></li>
+ <li><a href="./docs/" title="Documentation for this Service">Docs</a></li>
+ <li><a href="./docs/help.html" title="Help and answers to frequently asked questions">Help & <acronym title="Frequently Asked Questions">FAQ</acronym></a></li>
+ <li><a href="./feedback.html" title="How to provide feedback on this service">Feedback</a></li>
<li><a href="http://validator.w3.org/checklink" title="In addition to fixing your markup, fix your links with the W3C Link Checker">Link Checker</a></li>
</ul>
Received on Sunday, 10 October 2004 16:33:57 UTC