diff options
Diffstat (limited to 'htdocs/docs/help.html')
-rwxr-xr-x | htdocs/docs/help.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htdocs/docs/help.html b/htdocs/docs/help.html index 5f5bba9..9a29828 100755 --- a/htdocs/docs/help.html +++ b/htdocs/docs/help.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: help.html,v 1.15 2004-05-09 15:56:50 link Exp $" ---><!--#set var="date" value="\$Date: 2004-05-09 15:56:50 $" +<!--#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="title" value="Help for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -91,7 +91,7 @@ mailing-list.</p> </li> <li> <a href="#faq-referer">/check/referer does not work</a> or the validator says it does not support - my <a href="#faq-referer">"undefined" URI scheme</a> + my <a href="#faq-referer">"undefined" URL scheme</a> </li> </ul> </li> @@ -452,7 +452,7 @@ of WDG's excellent </p> <h4 id="faq-referer">/check/referer does not work - or - the validator says it does not support - my "undefined" URI scheme</h4> + my "undefined" URL scheme</h4> <p>Browsers and other Web agents usually send information about the page they come from, in a <code>Referer</code> header. The validator uses this information for a features that allows @@ -461,8 +461,8 @@ of WDG's excellent <p>Unfortunately, some zealous "security software" or Web proxies strip the referrer information from what the browser sends. Without this information the validator is not able to - find what the URI of the document to validate is, and gives the same error message as when it is - given a type of URI it does not understand.</p> + find what the URL of the document to validate is, and gives the same error message as when it is + given a type of URL it does not understand.</p> <p><strong>How to fix</strong>:</p> <ul> |