summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorduerst <duerst@localhost>2002-08-30 06:31:38 +0000
committerduerst <duerst@localhost>2002-08-30 06:31:38 +0000
commitac147491a01b73abfe2ce4004a667409d8f90aab (patch)
tree2d16c924cc4fabdd56de16ffeb702663f0c33de2
parenta16d4dde1b0c2e9101a1c8393e1a1d098085976b (diff)
downloadmarkup-validator-ac147491a01b73abfe2ce4004a667409d8f90aab.zip
markup-validator-ac147491a01b73abfe2ce4004a667409d8f90aab.tar.gz
markup-validator-ac147491a01b73abfe2ce4004a667409d8f90aab.tar.bz2
alligning labeled and labeling
-rwxr-xr-xhttpd/cgi-bin/check8
1 files changed, 4 insertions, 4 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index 165bdb1..fa24d86 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.216 2002-08-27 14:52:46 duerst Exp $
+# $Id: check,v 1.217 2002-08-30 06:31:38 duerst Exp $
#
# Disable buffering on STDOUT!
@@ -97,7 +97,7 @@ BEGIN {
#
# Strings
- $VERSION = q$Revision: 1.216 $;
+ $VERSION = q$Revision: 1.217 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
@@ -153,7 +153,7 @@ $File->{'Header'} = &prepSSI({
});
$File->{'Footer'} = &prepSSI({
File => $CFG->{'Footer'},
- Date => q$Date: 2002-08-27 14:52:46 $,
+ Date => q$Date: 2002-08-30 06:31:38 $,
});
#
@@ -296,7 +296,7 @@ unless ($File->{Charset}->{Use}) {
$File->{'Error Flagged'} = TRUE;
$File->{'Error Message'} = <<".EOF.";
<p>
- I was not able to extract a character encoding labelling from any of
+ I was not able to extract a character encoding labeling from any of
the valid sources for such information. Without encoding information it
is impossible to validate the document. The sources I tried are:
</p>