validator/httpd/cgi-bin check,1.305.2.103,1.305.2.104

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv23097

Modified Files:
      Tag: validator-0_6_0-branch
	check 
Log Message:
minor fix regarding verbose output - should not put value='0' but value='1' - too tired, sorry

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.103
retrieving revision 1.305.2.104
diff -u -d -r1.305.2.103 -r1.305.2.104
--- check	6 May 2004 16:21:25 -0000	1.305.2.103
+++ check	6 May 2004 16:22:37 -0000	1.305.2.104
@@ -1003,7 +1003,7 @@
              ($File->{Opt}->{'No200'}         ? q(checked="checked" ) : '') .
              q(/>Validate&nbsp;error&nbsp;pages</label>),
             # Verbose output?
-             q(<label title="Show Verbose Output" for="verbose"><input type="checkbox" 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&nbsp;Output</label>)

Received on Thursday, 6 May 2004 12:23:15 UTC