- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Thu, 06 May 2004 16:13:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv20190 Modified Files: Tag: validator-0_6_0-branch check Log Message: removing the override for show source - not needed any more Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.305.2.101 retrieving revision 1.305.2.102 diff -u -d -r1.305.2.101 -r1.305.2.102 --- check 6 May 2004 15:49:03 -0000 1.305.2.101 +++ check 6 May 2004 16:13:55 -0000 1.305.2.102 @@ -882,7 +882,9 @@ if ($File->{'Is Valid'}) { &report_valid($File); } else { - $File->{Opt}->{'Show Source'} = TRUE; +# no need for this override now that snippets of source code are given with the errors +# we can let the user choose if the actually want the whole source displayed +# $File->{Opt}->{'Show Source'} = TRUE; &report_errors($File); }
Received on Thursday, 6 May 2004 12:14:15 UTC