diff options
author | ot <ot@localhost> | 2007-02-20 02:19:27 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-02-20 02:19:27 +0000 |
commit | 62a87bc4a83e7a6706e245742172994fb2d3c43e (patch) | |
tree | 56d309018bc4672da015e3c79756cbd19595fe5a | |
parent | 5766e1f4b1c50f450ed6f4152543a4f37c9095de (diff) | |
download | markup-validator-62a87bc4a83e7a6706e245742172994fb2d3c43e.zip markup-validator-62a87bc4a83e7a6706e245742172994fb2d3c43e.tar.gz markup-validator-62a87bc4a83e7a6706e245742172994fb2d3c43e.tar.bz2 |
removing diff code pasted by mistake
-rwxr-xr-x | httpd/cgi-bin/check | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index 42512cf..58a4150 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -14,7 +14,7 @@ # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: check,v 1.469 2007-02-20 02:02:36 ot Exp $ +# $Id: check,v 1.470 2007-02-20 02:19:27 ot Exp $ # # Disable buffering on STDOUT! @@ -180,7 +180,7 @@ Directory not readable (permission denied): @_r # # Strings - $VERSION = q$Revision: 1.469 $; + $VERSION = q$Revision: 1.470 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; # @@ -1290,14 +1290,7 @@ sub report_errors ($) { 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. |