- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Fri, 21 May 2004 00:55:38 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv23192 Modified Files: Tag: validator-0_6_0-branch check Log Message: Apologies if I have missed/overlooked relevant discussion. If I understand correctly, between version 1.305.2.126 and 1.305.2.12 we've changed the behaviour regarding custom error explanations: - before : explanations only if verbose - after : explanation repeated only if verbose If that new behaviour is on purpose, the note saying that verbose output gives explanations in addition to errors is now misleading. => commenting out that note (will nuke it once/if get confirmation that the new behaviour was intended) Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.305.2.136 retrieving revision 1.305.2.137 diff -u -d -r1.305.2.136 -r1.305.2.137 --- check 20 May 2004 11:02:51 -0000 1.305.2.136 +++ check 21 May 2004 00:55:36 -0000 1.305.2.137 @@ -1048,14 +1048,14 @@ <a href="docs/users.html#Options">Help</a> on the options is available. </p> .EOF. - unless ($File->{Opt}->{'Verbose'}) { - print <<".EOF."; - <p> - <a href="$thispage;verbose=1">Verbose output</a> will give you - explanations in addition to the error messages. - </p> -.EOF. - } +# unless ($File->{Opt}->{'Verbose'}) { +# print <<".EOF."; +# <p> +# <a href="$thispage;verbose=1">Verbose output</a> will give you +# explanations in addition to the error messages. +# </p> +#.EOF. +# } print qq( </div>\n); print qq( <div class="cheat"><!-- *sigh* --></div>\n); print qq( </fieldset>\n);
Received on Thursday, 20 May 2004 20:57:55 UTC