diff options
-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 |