diff options
author | ot <ot@localhost> | 2008-01-15 05:59:32 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-01-15 05:59:32 +0000 |
commit | 8a6ad96a0d44dce4647037b9030191bbf4367a11 (patch) | |
tree | 9f91bf2d1a2cc431bb8b7e3a617e5db4a1bdef48 /htdocs | |
parent | 8141f2fb69d0849411b8a16d3e279150bba3609a (diff) | |
download | markup-validator-8a6ad96a0d44dce4647037b9030191bbf4367a11.zip markup-validator-8a6ad96a0d44dce4647037b9030191bbf4367a11.tar.gz markup-validator-8a6ad96a0d44dce4647037b9030191bbf4367a11.tar.bz2 |
extra space causing display issues on IE. removing bogus link to CSS
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/footer.html | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index 5f96a79..c4e4c04 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -1,11 +1,9 @@ -<ul class="navbar" id="menu"> - <li><a href="<!--#echo var="relroot" -->" accesskey="1" title="Go to the Home Page for The W3C Markup Validation Service">Home</a><span> | </span></li> - <li><a href="<!--#echo var="relroot" -->about.html" title="Information About this Service">About...</a><span> | </span></li> - <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> +<ul class="navbar" id="menu"><li><a href="<!--#echo var="relroot" -->" accesskey="1" title="Go to the Home Page for The W3C Markup Validation Service">Home</a><span> | </span></li> +<li><a href="<!--#echo var="relroot" -->about.html" title="Information About this Service">About...</a><span> | </span></li> +<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> <div id="footer"> <p id="activity_logos"> @@ -13,7 +11,6 @@ <img src="<!--#echo var="relroot" -->images/qa.png" alt="QA" /> </a> - <a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"></a> </p> <p id="support_logo"> |