summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2005-04-09 17:31:42 +0000
committerville <ville@localhost>2005-04-09 17:31:42 +0000
commit5b89ae00849083d95f39e8842e3c68a822729405 (patch)
tree37b207513f62829a25522de09fbac7f512d54763
parent6aafb31f3e0df7096c552db4653e29ca9b554cf0 (diff)
downloadmarkup-validator-5b89ae00849083d95f39e8842e3c68a822729405.zip
markup-validator-5b89ae00849083d95f39e8842e3c68a822729405.tar.gz
markup-validator-5b89ae00849083d95f39e8842e3c68a822729405.tar.bz2
Fix W19 meta charset display.
-rwxr-xr-xhttpd/cgi-bin/check6
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index 0c011e8..47f999b 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.413 2005-03-31 21:33:04 ot Exp $
+# $Id: check,v 1.414 2005-04-09 17:31:42 ville Exp $
#
# Disable buffering on STDOUT!
@@ -220,7 +220,7 @@ Directory not readable (permission denied): @_r
#
# Strings
- $VERSION = q$Revision: 1.413 $;
+ $VERSION = q$Revision: 1.414 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
#
@@ -1990,7 +1990,7 @@ sub charset_conflicts {
} elsif (&conflict($File->{Charset}->{HTTP}, $File->{Charset}->{META})) {
&add_warning('W19', {
W19_http => $cs_http,
- W19_xml => $cs_meta,
+ W19_meta => $cs_meta,
W19_use => $cs_use,
});
} elsif (&conflict($File->{Charset}->{XML}, $File->{Charset}->{META})) {