diff options
author | ot <ot@localhost> | 2008-11-17 18:10:46 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-11-17 18:10:46 +0000 |
commit | 4e78647219451a38d11848ebafc700eadfd9d96d (patch) | |
tree | 8490e68dfeb8dc740e3d773e6675421edcb71a43 /htdocs | |
parent | fafa0b3197a87e99c9bbf4aaa56eb6e333bd4494 (diff) | |
download | markup-validator-4e78647219451a38d11848ebafc700eadfd9d96d.zip markup-validator-4e78647219451a38d11848ebafc700eadfd9d96d.tar.gz markup-validator-4e78647219451a38d11848ebafc700eadfd9d96d.tar.bz2 |
fixing display bug, re: http://lists.w3.org/Archives/Public/www-validator/2008Nov/0016.html - thanks to Mike Hunter for the tip.
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/footer.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index 17ea41a..fc994f1 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -7,10 +7,7 @@ <div id="footer"> <p id="activity_logos"> - <a href="http://www.w3.org/Status" title="W3C's Open Source, bringing you free Web quality tools and more"> - <img src="http://www.w3.org/Icons/WWW/w3c_home_nb" alt="W3C" /> - <img src="http://www.opensource.org/trademarks/opensource/web/opensource-55x48.jpg" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" /> - </a> + <a href="http://www.w3.org/Status" title="W3C's Open Source, bringing you free Web quality tools and more"><img src="http://www.w3.org/Icons/WWW/w3c_home_nb" alt="W3C" /><img src="http://www.opensource.org/trademarks/opensource/web/opensource-55x48.jpg" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" /></a> </p> <p id="support_logo"> |