- From: Terje Bless <link@hutz.w3.org>
- Date: Sun, 16 May 2004 02:55:55 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv24090
Modified Files:
Tag: validator-0_6_0-branch
check
Log Message:
Nuke commented out code (forced Show Source).
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.119
retrieving revision 1.305.2.120
diff -u -d -r1.305.2.119 -r1.305.2.120
--- check 16 May 2004 02:36:32 -0000 1.305.2.119
+++ check 16 May 2004 02:55:53 -0000 1.305.2.120
@@ -890,9 +890,6 @@
if ($File->{'Is Valid'}) {
&report_valid($File);
} else {
-# 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 Saturday, 15 May 2004 22:57:31 UTC