- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Wed, 05 May 2004 22:27:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv20024
Modified Files:
Tag: validator-0_6_0-branch
check
Log Message:
being nice and following XHTML compat GLs
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.93
retrieving revision 1.305.2.94
diff -u -d -r1.305.2.93 -r1.305.2.94
--- check 1 May 2004 10:19:17 -0000 1.305.2.93
+++ check 5 May 2004 22:27:42 -0000 1.305.2.94
@@ -1151,7 +1151,7 @@
my $me = &uri_escape(&self_url_file($File));
$links .= <<".EOF.";
- <div id="skip" class="jumpbar">
+ <div id="skip" name="skip" class="jumpbar">
Jump To:
<ul>
<li><a title="Result of Validation" href="#result">Results</a></li>
@@ -1771,7 +1771,7 @@
print <<"EOHD";
- <div id="result">
+ <div id="result" name="result">
<h2 class="invalid">This page is <strong>not</strong> Valid $File->{Version}!</h2>
EOHD
Received on Wednesday, 5 May 2004 18:27:55 UTC