diff options
author | ot <ot@localhost> | 2007-07-06 05:45:50 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-07-06 05:45:50 +0000 |
commit | d1f4f283223d0bd76481b5676daffc85accde2b6 (patch) | |
tree | 2362e6833368ca09f6569551252ed1f71d5a45f6 | |
parent | 1807496e05bd13299f6e994a1f9a0a68e64f6f26 (diff) | |
download | markup-validator-d1f4f283223d0bd76481b5676daffc85accde2b6.zip markup-validator-d1f4f283223d0bd76481b5676daffc85accde2b6.tar.gz markup-validator-d1f4f283223d0bd76481b5676daffc85accde2b6.tar.bz2 |
using local images
-rwxr-xr-x | htdocs/docs/help.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/docs/help.html b/htdocs/docs/help.html index 415fcf8..c4f6133 100755 --- a/htdocs/docs/help.html +++ b/htdocs/docs/help.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: help.html,v 1.34 2007-07-05 01:58:54 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-07-05 01:58:54 $" +<!--#set var="revision" value="\$Id: help.html,v 1.35 2007-07-06 05:45:50 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-07-06 05:45:50 $" --><!--#set var="title" value="Help for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -333,7 +333,7 @@ mailing-list.</p> <h4 id="icon">"valid" icons</h4> <h5 id="icon-usage">My document is valid, can I use your "valid" icon?</h5> <p> - <img class="inline-badge" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /> + <img class="inline-badge" src="<!--#echo var="relroot" -->images/valid_icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /> Yes. To show readers that one has taken some care to create an interoperable Web page, a "W3C valid" badge may be displayed (here, the "valid XHTML 1.0" badge) <strong>on any page |