summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2002-10-23 22:15:20 +0000
committerlink <link@localhost>2002-10-23 22:15:20 +0000
commit5386cc80027fa31aedd168aaddddc753711a7319 (patch)
tree8f13b1b9d1da9841ad2b8a27b6692ce0eaf1b734
parent04f3f47a2443c4a1e727073694ab9975ff8cb232 (diff)
downloadmarkup-validator-5386cc80027fa31aedd168aaddddc753711a7319.zip
markup-validator-5386cc80027fa31aedd168aaddddc753711a7319.tar.gz
markup-validator-5386cc80027fa31aedd168aaddddc753711a7319.tar.bz2
Fix case of some markup in prose to be XHTML compliant (lower-case). cf.
http://lists.w3.org/Archives/Public/public-qa-dev/2002Oct/0012.html
-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 4c38c36..7dff5fa 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.255 2002-10-23 21:57:09 link Exp $
+# $Id: check,v 1.256 2002-10-23 22:15:20 link Exp $
#
# Disable buffering on STDOUT!
@@ -95,7 +95,7 @@ BEGIN {
#
# Strings
- $VERSION = q$Revision: 1.255 $;
+ $VERSION = q$Revision: 1.256 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
@@ -156,7 +156,7 @@ $File->{'Header'} = &prepSSI({
});
$File->{'Footer'} = &prepSSI({
File => $CFG->{'Footer'},
- Date => q$Date: 2002-10-23 21:57:09 $,
+ Date => q$Date: 2002-10-23 22:15:20 $,
});
#
@@ -1695,7 +1695,7 @@ sub outline {
<h2>Outline</h2>
<p>
Below is an outline for this document, automatically generated from the
- heading tags (<code>&lt;H1&gt;</code> through <code>&lt;H6&gt;</code>.)
+ heading tags (<code>&lt;h1&gt;</code> through <code>&lt;h6&gt;</code>.)
</p>
EOF