diff options
author | link <link@localhost> | 2002-10-23 22:15:20 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-10-23 22:15:20 +0000 |
commit | 5386cc80027fa31aedd168aaddddc753711a7319 (patch) | |
tree | 8f13b1b9d1da9841ad2b8a27b6692ce0eaf1b734 | |
parent | 04f3f47a2443c4a1e727073694ab9975ff8cb232 (diff) | |
download | markup-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-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 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><H1></code> through <code><H6></code>.) + heading tags (<code><h1></code> through <code><h6></code>.) </p> EOF |