diff options
-rwxr-xr-x | htdocs/footer.html | 4 | ||||
-rw-r--r-- | share/templates/en_US/footer.tmpl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index 3b57b76..ebe9de0 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -8,12 +8,12 @@ <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" width="72" height="47" /><img src="<!--#echo var="relroot" -->images/opensource-55x48.png" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" width="55" height="48" /></a> + <a href="http://www.w3.org/Status" title="W3C's Open Source, bringing you free Web quality tools and more"><img src="//www.w3.org/Icons/WWW/w3c_home_nb" alt="W3C" width="72" height="47" /><img src="<!--#echo var="relroot" -->images/opensource-55x48.png" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" width="55" height="48" /></a> </p> <p id="support_logo"> <a href="http://www.w3.org/QA/Tools/Donate"> - <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" width="80" height="15" /> + <img src="//www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" width="80" height="15" /> </a> </p> <p id="version_info"> diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index c455517..d9cf2de 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -13,12 +13,12 @@ <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" width="72" height="47" /><img src="./images/opensource-55x48.png" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" width="55" height="48" /></a> + <a href="http://www.w3.org/Status" title="W3C's Open Source, bringing you free Web quality tools and more"><img src="//www.w3.org/Icons/WWW/w3c_home_nb" alt="W3C" width="72" height="47" /><img src="./images/opensource-55x48.png" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" width="55" height="48" /></a> </p> <p id="support_logo"> <a href="http://www.w3.org/QA/Tools/Donate"> - <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" width="80" height="15" /> + <img src="//www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" width="80" height="15" /> </a> </p> <p id="version_info"> |