diff options
author | link <link@localhost> | 2002-10-25 05:58:43 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-10-25 05:58:43 +0000 |
commit | 8e156f9116445bcfcabdd24c1b3666a1f63e9bfb (patch) | |
tree | 8f51b52abb1bf398affc0192ba1bd811540a6cc5 | |
parent | 3591fdd21342d47d68f96ce5e50c918be912f24c (diff) | |
download | markup-validator-8e156f9116445bcfcabdd24c1b3666a1f63e9bfb.zip markup-validator-8e156f9116445bcfcabdd24c1b3666a1f63e9bfb.tar.gz markup-validator-8e156f9116445bcfcabdd24c1b3666a1f63e9bfb.tar.bz2 |
Remove extraneous capitalization. Thanks to Christoph P?per.
-rwxr-xr-x | httpd/cgi-bin/check | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index 684bf5c..7927672 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -9,7 +9,7 @@ # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: check,v 1.259 2002-10-25 02:42:45 link Exp $ +# $Id: check,v 1.260 2002-10-25 05:58:43 link Exp $ # # Disable buffering on STDOUT! @@ -95,7 +95,7 @@ BEGIN { # # Strings - $VERSION = q$Revision: 1.259 $; + $VERSION = q$Revision: 1.260 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; @@ -156,7 +156,7 @@ $File->{'Header'} = &prepSSI({ }); $File->{'Footer'} = &prepSSI({ File => $CFG->{'Footer'}, - Date => q$Date: 2002-10-25 02:42:45 $, + Date => q$Date: 2002-10-25 05:58:43 $, }); # @@ -1468,7 +1468,7 @@ sub report_errors ($) { my $File = shift; print <<"EOHD"; - <h2 id="results" class="invalid">This Page Is <strong>NOT</strong> Valid $File->{Version}!</h2> + <h2 id="results" class="invalid">This page is <strong>not</strong> Valid $File->{Version}!</h2> EOHD if ($File->{Type} eq 'xml' or $File->{Type} eq 'xhtml' or $File->{Type} eq 'mathml' or $File->{Type} eq 'svg' or $File->{Type} eq 'smil') { |