diff options
author | ot <ot@localhost> | 2009-03-26 15:15:11 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2009-03-26 15:15:11 +0000 |
commit | bbfdcec17353ff8e35d13b8c5a96c418bf6ec95d (patch) | |
tree | cf9086beb99f08755bf1092a7deb1dce2ad3ef50 /htdocs | |
parent | 54783ad67d12f777a5d7d938b41ada26da33c27f (diff) | |
download | markup-validator-bbfdcec17353ff8e35d13b8c5a96c418bf6ec95d.zip markup-validator-bbfdcec17353ff8e35d13b8c5a96c418bf6ec95d.tar.gz markup-validator-bbfdcec17353ff8e35d13b8c5a96c418bf6ec95d.tar.bz2 |
removing w3c logo from default chrome, and disambiguate "this is the w3c validator/this service runs the w3c validator"
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/footer.html | 2 | ||||
-rwxr-xr-x | htdocs/header.html | 6 | ||||
-rw-r--r-- | htdocs/no_referer.asis | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index 78e0582..3472eef 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -17,7 +17,7 @@ </a> </p> <p id="version_info"> - This is the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2008-11-20"><abbr title="version">v</abbr>0.8.5</a>. + This service runs the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2008-11-20"><abbr title="version">v</abbr>0.8.5</a>. </p> <p class="copyright"> diff --git a/htdocs/header.html b/htdocs/header.html index 9fc59d1..ac46660 100755 --- a/htdocs/header.html +++ b/htdocs/header.html @@ -14,7 +14,7 @@ <script type="text/javascript" src="scripts/mootools.js"></script> <script type="text/javascript" src="scripts/w3c-validator.js"></script> <!--#endif --> - <meta name="revision" content="$Id: header.html,v 1.54 2009-02-03 00:05:34 ot Exp $" /> + <meta name="revision" content="$Id: header.html,v 1.55 2009-03-26 15:15:11 ot Exp $" /> <meta name="keywords" content="HTML, HyperText Markup Language, Validation, W3C Markup Validation Service" /> <meta name="description" content="W3C's easy-to-use @@ -23,14 +23,14 @@ <!--#if expr="$feeds = 1" --> <link rel="alternate" type="application/atom+xml" href="http://www.w3.org/QA/Tools/validator-whatsnew.atom" /> <!--#endif --> - <!-- SSI Template Version: $Id: header.html,v 1.54 2009-02-03 00:05:34 ot Exp $ --> + <!-- SSI Template Version: $Id: header.html,v 1.55 2009-03-26 15:15:11 ot Exp $ --> </head> <body> <div id="banner"> <h1 id="title"> - <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="<!--#echo var="relroot" -->images/w3c.png" /></a> + <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="<!--#echo var="relroot" -->images/no_w3c.png" /></a> <a href="<!--#echo var="relroot" -->"><span>Markup Validation Service</span></a> </h1> <p id="tagline">Check the markup (HTML, XHTML, …) of Web documents</p> diff --git a/htdocs/no_referer.asis b/htdocs/no_referer.asis index 2cb1f55..8f359f1 100644 --- a/htdocs/no_referer.asis +++ b/htdocs/no_referer.asis @@ -21,7 +21,7 @@ Content-type: text/html <div id="banner"> <h1 id="title"> - <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a> + <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/no_w3c.png" /></a> <a href="./"><span>Markup Validation Service</span></a> </h1> |