diff options
author | ot <ot@localhost> | 2008-12-03 21:04:15 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-12-03 21:04:15 +0000 |
commit | d32ab637a5d8812dbd948c3a9e02bce0f3d05b2a (patch) | |
tree | c5e2e2a64930d291bc6c640d1543af736171d03a /htdocs | |
parent | a30b1243f74b59401ab6b3e3c012d5e5966cc53c (diff) | |
download | markup-validator-d32ab637a5d8812dbd948c3a9e02bce0f3d05b2a.zip markup-validator-d32ab637a5d8812dbd948c3a9e02bce0f3d05b2a.tar.gz markup-validator-d32ab637a5d8812dbd948c3a9e02bce0f3d05b2a.tar.bz2 |
small markup fix
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index aeac3ae..9cdbab7 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -3,7 +3,7 @@ <li><a href="<!--#echo var="relroot" -->whatsnew.html" title="The changes made to this service recently">News</a><span> | </span></li> <li><a href="<!--#echo var="relroot" -->docs/" accesskey="3" title="Documentation for this Service">Docs</a><span> | </span></li> <li><a href="<!--#echo var="relroot" -->docs/help.html" title="Help and answers to frequently asked questions">Help & <acronym title="Frequently Asked Questions">FAQ</acronym></a><span> | </span></li> -<li><a href="<!--#echo var="relroot" -->feedback.html" accesskey="4" title="How to provide feedback on this service">Feedback</a></li></ul> +<li><a href="<!--#echo var="relroot" -->feedback.html" accesskey="4" title="How to provide feedback on this service">Feedback</a></li> <li><a href="<!--#echo var="relroot" -->contribute.html" title="How to contribute to the validator project">Contribute</a></li></ul> <div id="footer"> |