- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Feb 2007 02:19:29 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv2480
Modified Files:
check
Log Message:
removing diff code pasted by mistake
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.469
retrieving revision 1.470
diff -u -d -r1.469 -r1.470
--- check 20 Feb 2007 02:02:36 -0000 1.469
+++ check 20 Feb 2007 02:19:27 -0000 1.470
@@ -1290,14 +1290,7 @@
my $explanation;
if ($err->{num}) {
- my $num = $err->{num};
- < if (exists $Msgs{$num}) { # We've already seen this message...
- <
- < $explanation = qq(\n <div class="hidden mid-$num"></div>\n);
- < }
- < } else {
- < $Msgs{$num} = 1;
-
+ my $num = $err->{num};
# if (exists $Msgs{$num}) { # We've already seen this message...
# if ($File->{Opt}->{Verbose}) { # ...so only repeat it in Verbose mode.
Received on Tuesday, 20 February 2007 02:19:38 UTC