validator/htdocs detailed-form.html,1.11,1.12 detailed-form_directinput.html,1.7,1.8

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv22491

Modified Files:
	detailed-form.html detailed-form_directinput.html 
Log Message:
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=4756
verbose parameter set to 0 (if checked), should have been 1


Index: detailed-form_directinput.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed-form_directinput.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- detailed-form_directinput.html	31 May 2007 04:05:30 -0000	1.7
+++ detailed-form_directinput.html	26 Jun 2007 00:36:21 -0000	1.8
@@ -31,5 +31,5 @@
                   </td>
                   <td><input id="<!--#echo var="fieldset_id" -->-No200" name="No200" type="checkbox" value="1" /><label title="Validate also pages for which the HTTP status code indicates an error" for="<!--#echo var="fieldset_id" -->-No200">Validate error pages</label></td>
 
-                  <td><input id="<!--#echo var="fieldset_id" -->-verbose" name="verbose" type="checkbox" value="0" /><label title="Verbose Output" for="<!--#echo var="fieldset_id" -->-verbose">Verbose Output</label></td>
+                  <td><input id="<!--#echo var="fieldset_id" -->-verbose" name="verbose" type="checkbox" value="1" /><label title="Verbose Output" for="<!--#echo var="fieldset_id" -->-verbose">Verbose Output</label></td>
         </tr>

Index: detailed-form.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed-form.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- detailed-form.html	31 May 2007 04:05:30 -0000	1.11
+++ detailed-form.html	26 Jun 2007 00:36:21 -0000	1.12
@@ -34,7 +34,7 @@
                   </td>
                   <td><input id="<!--#echo var="fieldset_id" -->-No200" name="No200" type="checkbox" value="1" /><label title="Validate also pages for which the HTTP status code indicates an error" for="<!--#echo var="fieldset_id" -->-No200">Validate error pages</label></td>
 
-                  <td><input id="<!--#echo var="fieldset_id" -->-verbose" name="verbose" type="checkbox" value="0" /><label title="Verbose Output" for="<!--#echo var="fieldset_id" -->-verbose">Verbose Output</label></td>
+                  <td><input id="<!--#echo var="fieldset_id" -->-verbose" name="verbose" type="checkbox" value="1" /><label title="Verbose Output" for="<!--#echo var="fieldset_id" -->-verbose">Verbose Output</label></td>
         </tr>
 </table>
 

Received on Tuesday, 26 June 2007 00:36:27 UTC