diff options
-rwxr-xr-x | htdocs/footer.html | 2 | ||||
-rwxr-xr-x | htdocs/header.html | 6 | ||||
-rw-r--r-- | htdocs/no_referer.asis | 2 | ||||
-rw-r--r-- | share/templates/en_US/footer.tmpl | 2 | ||||
-rw-r--r-- | share/templates/en_US/header.tmpl | 2 |
5 files changed, 7 insertions, 7 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> diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 557f51a..2f8f51a 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -22,7 +22,7 @@ </a> </p> <p id="version_info"> - This is the W3C Markup Validator, <a href="whatsnew.html#t2008-11-20"><abbr title="version">v</abbr>0.8.5</a>. + This service runs the W3C Markup Validator, <a href="whatsnew.html#t2008-11-20"><abbr title="version">v</abbr>0.8.5</a>. </p> <p class="copyright"> diff --git a/share/templates/en_US/header.tmpl b/share/templates/en_US/header.tmpl index 5ab0d70..e38a40e 100644 --- a/share/templates/en_US/header.tmpl +++ b/share/templates/en_US/header.tmpl @@ -28,7 +28,7 @@ X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> <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> <p id="tagline">Check the markup (HTML, XHTML, …) of Web documents</p> |