diff options
-rwxr-xr-x | htdocs/header.html | 6 | ||||
-rw-r--r-- | share/templates/en_US/header.tmpl | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/header.html b/htdocs/header.html index 482c622..f38d9c6 100755 --- a/htdocs/header.html +++ b/htdocs/header.html @@ -13,7 +13,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.52 2007-07-24 07:19:10 ot Exp $" /> + <meta name="revision" content="$Id: header.html,v 1.53 2007-08-28 23:15:20 ot Exp $" /> <meta name="keywords" content="HTML, HyperText Markup Language, Validation, W3C Markup Validation Service" /> <meta name="description" content="W3C's easy-to-use @@ -22,7 +22,7 @@ <!--#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.52 2007-07-24 07:19:10 ot Exp $ --> + <!-- SSI Template Version: $Id: header.html,v 1.53 2007-08-28 23:15:20 ot Exp $ --> </head> @@ -32,7 +32,7 @@ <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="<!--#echo var="relroot" -->"><span>Markup Validation Service</span></a> </h1> - <p id="tagline">Check the markup (HTML, XHTML) of Web documents</p> + <p id="tagline">Check the markup (HTML, XHTML, …) of Web documents</p> </div> diff --git a/share/templates/en_US/header.tmpl b/share/templates/en_US/header.tmpl index 6546481..e53a37c 100644 --- a/share/templates/en_US/header.tmpl +++ b/share/templates/en_US/header.tmpl @@ -30,7 +30,7 @@ X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"></TMPL_IF> <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a> <a href="./"><span>Markup Validation Service</span></a> </h1> - <p id="tagline">Check the markup (HTML, XHTML) of Web documents</p> + <p id="tagline">Check the markup (HTML, XHTML, …) of Web documents</p> </div> |