- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Thu, 06 May 2004 15:13:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv28969
Modified Files:
Tag: validator-0_6_0-branch
check
Log Message:
noodling - yesno verbose output preselectioned in revalidate box?
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.97
retrieving revision 1.305.2.98
diff -u -d -r1.305.2.97 -r1.305.2.98
--- check 6 May 2004 15:02:16 -0000 1.305.2.97
+++ check 6 May 2004 15:13:10 -0000 1.305.2.98
@@ -1001,7 +1001,7 @@
($File->{Opt}->{'No200'} ? q(checked="checked" ) : '') .
q(/>Validate error pages</label>),
# Verbose output?
- q(<label title="Show Verbose Output" for="verbose"><input type="checkbox" value="0" id="verbose" name="verbose" ) .
+ q(<label title="Show Verbose Output" for="verbose"><input type="checkbox" value="1" id="verbose" name="verbose" ) .
# @@@ accesskey missing
($File->{Opt}->{'Verbose'} ? q(checked="checked" ) : '') .
q(/>Verbose Output</label>)
Received on Thursday, 6 May 2004 11:13:29 UTC