- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Thu, 06 May 2004 16:24:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv23407
Modified Files:
Tag: validator-0_6_0-branch
check
Log Message:
removing extraneous characters from output
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.104
retrieving revision 1.305.2.105
diff -u -d -r1.305.2.104 -r1.305.2.105
--- check 6 May 2004 16:22:37 -0000 1.305.2.104
+++ check 6 May 2004 16:23:58 -0000 1.305.2.105
@@ -1040,7 +1040,7 @@
# end redundant code
print <<".EOF.";
<p><a href='http://qa-dev.w3.org/wmvs/0.6/docs/users.html#Options'>Help</a> on the options is available.
- <a href="$thispage;verbose=1">Verbose output</a> will give you explanations in addition to the error messages.);
+ <a href="$thispage;verbose=1">Verbose output</a> will give you explanations in addition to the error messages.
.EOF.
print qq( </fieldset>\n);
Received on Thursday, 6 May 2004 12:24:28 UTC