diff options
author | ot <ot@localhost> | 2007-07-06 05:41:27 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-07-06 05:41:27 +0000 |
commit | 1807496e05bd13299f6e994a1f9a0a68e64f6f26 (patch) | |
tree | 33dc3826dee1073dee40182cd799a77dc77750d2 /htdocs | |
parent | 965727e34149c4bce87a3adf2cc58dafc4d2f8e9 (diff) | |
download | markup-validator-1807496e05bd13299f6e994a1f9a0a68e64f6f26.zip markup-validator-1807496e05bd13299f6e994a1f9a0a68e64f6f26.tar.gz markup-validator-1807496e05bd13299f6e994a1f9a0a68e64f6f26.tar.bz2 |
using local images for UI
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index b3d34f9..0b31cba 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -11,7 +11,7 @@ <p id="activity_logos"> <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more"> - <img src="http://www.w3.org/QA/2002/12/qa.png" alt="QA" /> + <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> @@ -19,7 +19,7 @@ <p id="support_logo"> Support this tool, become a<br /> <a href="http://www.w3.org/Consortium/supporters"> - <img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" /> + <img src="<!--#echo var="relroot" -->images/csupporter.png" alt="W3C Supporter" /> </a> </p> |