summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhttpd/cgi-bin/check13
1 files changed, 3 insertions, 10 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index fa24d86..ab56220 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.217 2002-08-30 06:31:38 duerst Exp $
+# $Id: check,v 1.218 2002-08-30 06:47:12 duerst Exp $
#
# Disable buffering on STDOUT!
@@ -97,7 +97,7 @@ BEGIN {
#
# Strings
- $VERSION = q$Revision: 1.217 $;
+ $VERSION = q$Revision: 1.218 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
@@ -153,7 +153,7 @@ $File->{'Header'} = &prepSSI({
});
$File->{'Footer'} = &prepSSI({
File => $CFG->{'Footer'},
- Date => q$Date: 2002-08-30 06:31:38 $,
+ Date => q$Date: 2002-08-30 06:47:12 $,
});
#
@@ -315,13 +315,6 @@ unless ($File->{Charset}->{Use}) {
able to validate this document. Sorry. Please make sure you specify the
character encoding in use.
</p>
- <p>
- If you <em>did</em> specify a character encoding and we failed to detect
- it, please report this as outlined on our
- <a href="feedback.html">Feedback Page</a>. Please make sure you include
- the URL for a document that demonstrates the problem, and an explanation
- of how you specified the character encoding that we failed to detect.
- </p>
.EOF.
}
}