- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 26 Mar 2015 21:10:43 +0000
- To: markup-validator updates <www-validator-cvs@w3.org>
changeset: 3303:35b522f708d2
tag: tip
user: Yves Lafon <ylafon@w3.org>
date: Thu Mar 26 22:10:34 2015 +0100
files: htdocs/footer.html share/templates/en_US/footer.tmpl
description:
protocol relative link for icons
diff -r a14dc43842ec -r 35b522f708d2 htdocs/footer.html
--- a/htdocs/footer.html Mon Sep 23 13:34:19 2013 +0200
+++ b/htdocs/footer.html Thu Mar 26 22:10:34 2015 +0100
@@ -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 -r a14dc43842ec -r 35b522f708d2 share/templates/en_US/footer.tmpl
--- a/share/templates/en_US/footer.tmpl Mon Sep 23 13:34:19 2013 +0200
+++ b/share/templates/en_US/footer.tmpl Thu Mar 26 22:10:34 2015 +0100
@@ -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">
Received on Thursday, 26 March 2015 21:10:45 UTC