validator/htdocs index.html,1.55.2.33,1.55.2.34

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

Modified Files:
      Tag: validator-0_6_0-branch
	index.html 
Log Message:
Remove redundant verbose=0 hidden inputs, thanks to Bjoern Hoehrmann.
While at it, remove commented out hidden fussy inputs.


Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.55.2.33
retrieving revision 1.55.2.34
diff -u -d -r1.55.2.33 -r1.55.2.34
--- index.html	6 May 2004 21:58:10 -0000	1.55.2.33
+++ index.html	15 May 2004 10:03:18 -0000	1.55.2.34
@@ -21,8 +21,6 @@
           <label title="Address of page to Validate" for="uri">Address:
             <input id="uri" name="uri" size="40" /></label>
           <label title="Submit URI for validation"><input type="submit" value="Check" /></label>
-          <input type="hidden" name="verbose" value="0" />
-          <!-- <input type="hidden" name="fussy" value="0" /> -->
         </p>
       </form>
       <p>
@@ -39,8 +37,6 @@
           <label title="Choose a Local File to Upload and Validate" for="uploaded_file">Local File:
             <input type="file" id="uploaded_file" name="uploaded_file" size="30" /></label>
           <label title="Submit file for validation"><input type="submit" value="Check" /></label>
-          <input type="hidden" name="verbose" value="0" />
-          <!-- <input type="hidden" name="fussy" value="0" /> -->
         </p>
       </form>
       <p>

Received on Saturday, 15 May 2004 06:08:10 UTC