- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Thu, 06 May 2004 14:57:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv24785
Modified Files:
Tag: validator-0_6_0-branch
index.html
Log Message:
As much as I like the explanations feature in the verbose output, verbose should probably not be the default in the production version.
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.55.2.30
retrieving revision 1.55.2.31
diff -u -d -r1.55.2.30 -r1.55.2.31
--- index.html 6 May 2004 06:34:36 -0000 1.55.2.30
+++ index.html 6 May 2004 14:57:40 -0000 1.55.2.31
@@ -21,7 +21,7 @@
<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="1" />
+ <input type="hidden" name="verbose" value="0" />
<!-- <input type="hidden" name="fussy" value="0" /> -->
</p>
</form>
@@ -38,7 +38,7 @@
<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="1" />
+ <input type="hidden" name="verbose" value="0" />
<!-- <input type="hidden" name="fussy" value="0" /> -->
</p>
</form>
Received on Thursday, 6 May 2004 10:58:08 UTC