diff options
-rwxr-xr-x | htdocs/docs/errors.html | 6 | ||||
-rw-r--r-- | share/templates/en_US/fatal-error.tmpl | 1 | ||||
-rw-r--r-- | share/templates/en_US/http_401_authrequired.tmpl | 2 | ||||
-rw-r--r-- | share/templates/en_US/result.tmpl | 1 |
4 files changed, 6 insertions, 4 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index d4d2406..8ed2600 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -1,10 +1,10 @@ -<!--#set var="revision" value="\$Id: errors.html,v 1.33 2005-07-12 05:55:36 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-07-12 05:55:36 $" +<!--#set var="revision" value="\$Id: errors.html,v 1.34 2005-07-22 18:58:24 ville Exp $" +--><!--#set var="date" value="\$Date: 2005-07-22 18:58:24 $" --><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> -<h2>Explanation of the error messages<br /> for the W3C Markup Validator</h2> +<h2 id="skip">Explanation of the error messages<br />for the W3C Markup Validator</h2> <h3 id="TableOfContents">Table of Contents</h3> <div id="toc"> diff --git a/share/templates/en_US/fatal-error.tmpl b/share/templates/en_US/fatal-error.tmpl index ef189c8..e8fb1e3 100644 --- a/share/templates/en_US/fatal-error.tmpl +++ b/share/templates/en_US/fatal-error.tmpl @@ -5,6 +5,7 @@ <TMPL_INCLUDE NAME="table.tmpl"> </div><!-- end of "head" --> + <a id="skip" name="skip"></a> <TMPL_IF NAME="fatal_transcode_error"> <p> A fatal error occurred when attempting to transcode the character diff --git a/share/templates/en_US/http_401_authrequired.tmpl b/share/templates/en_US/http_401_authrequired.tmpl index a284c08..ee2b059 100644 --- a/share/templates/en_US/http_401_authrequired.tmpl +++ b/share/templates/en_US/http_401_authrequired.tmpl @@ -3,7 +3,7 @@ Status: 401 Authorization Required <TMPL_INCLUDE NAME="header.tmpl"> <div id="main"> - <h2>Authorization Required</h2> + <h2 id="skip">Authorization Required</h2> <p>Sorry, I am not authorized to access the specified URL.</p> <p> The URL you specified, <<a href="<TMPL_VAR NAME="http_401_url">"><TMPL_VAR NAME="http_401_url"></a>>, diff --git a/share/templates/en_US/result.tmpl b/share/templates/en_US/result.tmpl index dd215ad..b5ccfbc 100644 --- a/share/templates/en_US/result.tmpl +++ b/share/templates/en_US/result.tmpl @@ -17,6 +17,7 @@ </p> </TMPL_IF> + <a id="skip" name="skip"></a> <TMPL_IF NAME="VALID"> <TMPL_INCLUDE NAME="valid.tmpl"> <TMPL_ELSE> |