diff options
-rwxr-xr-x | htdocs/footer.html | 5 | ||||
-rw-r--r-- | share/templates/en_US/footer.tmpl | 5 |
2 files changed, 2 insertions, 8 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"> diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index d5f61a8..30d2d4b 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -12,10 +12,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"> |