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

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

Modified Files:
      Tag: validator-0_6_0-branch
	check 
Log Message:
minor fix regarding verbose output - should not put value=0 but nothing instead

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.102
retrieving revision 1.305.2.103
diff -u -d -r1.305.2.102 -r1.305.2.103
--- check	6 May 2004 16:13:55 -0000	1.305.2.102
+++ check	6 May 2004 16:21:25 -0000	1.305.2.103
@@ -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" value="0" id="verbose" name="verbose" ) .
+             q(<label title="Show Verbose Output" for="verbose"><input type="checkbox" id="verbose" name="verbose" ) .
              # @@@ accesskey missing
              ($File->{Opt}->{'Verbose'}         ? q(checked="checked" ) : '') .
              q(/>Verbose&nbsp;Output</label>)

Received on Thursday, 6 May 2004 12:22:18 UTC