- From: Ville Skytta <ville@dev.w3.org>
- Date: Fri, 04 Jun 2004 06:47:25 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv7182/httpd/cgi-bin Modified Files: Tag: validator-0_6_0-branch check Log Message: Link fixing + gratuitous whitespace tweaks. Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.305.2.140 retrieving revision 1.305.2.141 diff -u -d -r1.305.2.140 -r1.305.2.141 --- check 29 May 2004 07:36:23 -0000 1.305.2.140 +++ check 4 Jun 2004 06:47:23 -0000 1.305.2.141 @@ -1184,7 +1184,7 @@ my $me = &uri_escape(&self_url_file($File)); $links .= <<".EOF."; - <div class="jumpbar"> + <div class="jumpbar"> <a id="skip" name="skip"></a> Jump To: <ul> <li><a title="Result of Validation" href="#result">Results</a></li> @@ -1197,7 +1197,7 @@ $links .= '<li><a title="Document Outline" href="#outline">Outline</a></li>' if $File->{Opt}->{'Outline'}; } - $links .= " </ul></div>\n"; + $links .= " </ul></div>\n"; return $links; } @@ -1279,6 +1279,7 @@ my $message = &ent(shift); print <<"EOF"; + <a id="skip" name="skip"></a> <p> I got the following unexpected response when trying to retrieve <<a href="$uri">$uri</a>>: @@ -2464,6 +2465,7 @@ $File->{'Error Flagged'} = TRUE; $File->{'Error Message'} = <<".EOF."; <div class="error"> + <a id="skip" name="skip"></a> <h2><strong>No Referer header found!</strong></h2> <p> You have requested we check the referring page, but your browser did @@ -2548,6 +2550,7 @@ $msg = 'of ' . $msg if ($ip && $host ne $ip); return sprintf(<<".EOF.", &ent($msg)); <div class="error"> + <a id="skip" name="skip"></a> <p> Sorry, the IP address %s is not public. For security reasons, validating resources located at non-public IP @@ -2565,9 +2568,10 @@ return sprintf(<<".EOF.", &ent($scheme)); <div class="error"> + <a id="skip" name="skip"></a> <p> Sorry, this type of - <a href="http://www.w3.org/Addressing/#terms">URL</a> + <a href="http://www.w3.org/Addressing/">URL</a> <a href="http://www.iana.org/assignments/uri-schemes">scheme</a> (<q>%s</q>) is not supported by this service. Please check that you entered the URL correctly.
Received on Friday, 4 June 2004 02:47:26 UTC