diff options
-rwxr-xr-x | htdocs/docs/help.html | 6 | ||||
-rwxr-xr-x | htdocs/header.html | 4 | ||||
-rw-r--r-- | share/templates/en_US/header.tmpl | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/htdocs/docs/help.html b/htdocs/docs/help.html index 9a29828..5fa59e3 100755 --- a/htdocs/docs/help.html +++ b/htdocs/docs/help.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: help.html,v 1.16 2004-07-21 15:07:10 link Exp $" ---><!--#set var="date" value="\$Date: 2004-07-21 15:07:10 $" +<!--#set var="revision" value="\$Id: help.html,v 1.17 2004-09-15 17:29:55 ville Exp $" +--><!--#set var="date" value="\$Date: 2004-09-15 17:29:55 $" --><!--#set var="title" value="Help for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -131,7 +131,7 @@ mailing-list.</p> <h4 id="validation_basics">What is <em>Markup Validation</em>?</h4> <p>Most pages on the World Wide Web are written in computer languages - (such as <acronym title="Hypertext Markup Language">HTML</acronym>) + (such as <acronym title="HyperText Markup Language">HTML</acronym>) that allow Web authors to structure text, add multimedia content, and specify what appearance, or style, the result should have.</p> diff --git a/htdocs/header.html b/htdocs/header.html index 2acf868..266ea6a 100755 --- a/htdocs/header.html +++ b/htdocs/header.html @@ -7,12 +7,12 @@ <link rev="made" href="mailto:www-validator@w3.org" /> <link rev="start" href="<!--#echo var="relroot" -->" title="Home Page" /> <style type="text/css" media="all">@import "<!--#echo var="relroot" -->base.css";</style> - <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, + <meta name="keywords" content="HTML, HyperText Markup Language, Validation, W3C Markup Validation Service" /> <meta name="description" content="W3C's easy-to-use HTML validation service, based on an SGML parser." /> <meta name="revision" content="<!--#echo var="revision" -->" /> - <!-- SSI Template Version: $Id: header.html,v 1.27 2004-07-21 18:37:35 link Exp $ --> + <!-- SSI Template Version: $Id: header.html,v 1.28 2004-09-15 17:29:55 ville Exp $ --> </head> <body> diff --git a/share/templates/en_US/header.tmpl b/share/templates/en_US/header.tmpl index 1b2c2a0..aa5e190 100644 --- a/share/templates/en_US/header.tmpl +++ b/share/templates/en_US/header.tmpl @@ -10,13 +10,13 @@ Content-Type: text/html; charset=utf-8 <link rev="made" href="mailto:www-validator@w3.org" /> <link rev="start" href="./" title="Home Page" /> <style type="text/css" media="all">@import "./base.css";</style> - <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, + <meta name="keywords" content="HTML, HyperText Markup Language, Validation, W3C Markup Validation Service" /> <meta name="description" content="W3C's easy-to-use HTML validation service, based on an SGML parser." /> <meta name="revision" content="1.307" /> - <!-- SSI Template Version: $Id: header.tmpl,v 1.6 2004-09-15 17:27:52 ville Exp $ --> + <!-- SSI Template Version: $Id: header.tmpl,v 1.7 2004-09-15 17:29:55 ville Exp $ --> </head> <body> |