diff options
author | link <link@localhost> | 2002-11-24 19:03:30 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-11-24 19:03:30 +0000 |
commit | fbc2819053ce03963612121c976b160ac5d0a07f (patch) | |
tree | b0414da7cabf20ab7de4005847bd2e047bd5650a | |
parent | 3fd21f66f9183936af5cbc698df627134a28e088 (diff) | |
download | markup-validator-fbc2819053ce03963612121c976b160ac5d0a07f.zip markup-validator-fbc2819053ce03963612121c976b160ac5d0a07f.tar.gz markup-validator-fbc2819053ce03963612121c976b160ac5d0a07f.tar.bz2 |
Make sample icon code use <pre> instead of <code>.
-rwxr-xr-x | httpd/cgi-bin/check | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index ec1e218..4b79d6c 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.303 2002-11-22 22:43:54 ville Exp $ +# $Id: check,v 1.304 2002-11-24 19:03:30 link Exp $ # # Disable buffering on STDOUT! @@ -95,7 +95,7 @@ BEGIN { # # Strings - $VERSION = q$Revision: 1.303 $; + $VERSION = q$Revision: 1.304 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; @@ -157,7 +157,7 @@ $File->{'Header'} = &prepSSI({ }); $File->{'Footer'} = &prepSSI({ File => $CFG->{'Footer'}, - Date => q$Date: 2002-11-22 22:43:54 $, + Date => q$Date: 2002-11-24 19:03:30 $, }); # @@ -1625,13 +1625,13 @@ sub report_valid { that validates. Here is the HTML you could use to add this icon to your Web page: </p> - <code> + <pre> <p> <a href="$CFG->{'Home Page'}check/referer"><img$gifborder src="$image_uri" alt="$alttext"$gifhw$xhtmlendtag></a> </p> - </code> + </pre> <p> If you like, you can download a copy of this image (in <a href="${image_uri}.png">PNG</a> or <a href="${image_uri}.gif">GIF</a> |