- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Thu, 06 May 2004 15:40:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv6796
Modified Files:
Tag: validator-0_6_0-branch
check
Log Message:
00:37:<bjoern_> Beware of Escaping Issues...
erm, yes
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.99
retrieving revision 1.305.2.100
diff -u -d -r1.305.2.99 -r1.305.2.100
--- check 6 May 2004 15:39:03 -0000 1.305.2.99
+++ check 6 May 2004 15:40:57 -0000 1.305.2.100
@@ -1025,8 +1025,10 @@
<legend accesskey="4">Revalidate With Options</legend>
.EOF.
print join '', @{&serialize_table($Form, 'header')};
- print qq(<p><a href='http://qa-dev.w3.org/wmvs/0.6/docs/users.html#Options'>Help</a> on the options is available.
+ 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.);
+.EOF.
print qq( </fieldset>\n);
print qq( </form>\n);
Received on Thursday, 6 May 2004 11:50:46 UTC