- From: Ville Skytta <ville@dev.w3.org>
- Date: Sat, 15 Jan 2005 15:21:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv14870/httpd/cgi-bin
Modified Files:
check
Log Message:
Whitespace.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -d -r1.373 -r1.374
--- check 15 Jan 2005 15:20:39 -0000 1.373
+++ check 15 Jan 2005 15:21:24 -0000 1.374
@@ -211,7 +211,7 @@
}
#FIXME;
-
+
#
# Set debug flag.
if ($CFG->{'Allow Debug'} == TRUE) {
@@ -1137,7 +1137,7 @@
goes across the network unencrypted.
</p>
EOF
-
+
# this is needed to avoid that the template code emits additional
# markup which would make the result invalid and look odd; in the
# longer term this should be moved into a template that fits with
@@ -1557,7 +1557,7 @@
# remove SGML Parser path if it contains colons
s/^\Q$CFG->{Paths}->{SGML}->{Parser}\E// if
$CFG->{Paths}->{SGML}->{Parser} =~ /:/;
-
+
push @{$File->{'DEBUG'}->{Errors}}, $_;
chomp;
my($err, @errors);
@@ -1659,7 +1659,7 @@
sub report_errors ($) {
my $File = shift;
my $Errors = [];
-
+
# Hash to keep track of how many of each error is reported.
my %Msgs; # Used to generate a UID for explanations.
Received on Saturday, 15 January 2005 15:21:27 UTC