summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakeshi Kurosawa <kurosawa-takeshi@mitsue.co.jp>2012-08-11 16:06:57 +0300
committerTakeshi Kurosawa <kurosawa-takeshi@mitsue.co.jp>2012-08-11 16:06:57 +0300
commitec1e03a07410e08f6eb2bf5fd7b904afbda7589f (patch)
tree692f00e5030083ff7659ae02cd7f76524280677b
parent6ff6d1b53850aa0d99b09675d9afc2905578e9e3 (diff)
downloadmarkup-validator-ec1e03a07410e08f6eb2bf5fd7b904afbda7589f.zip
markup-validator-ec1e03a07410e08f6eb2bf5fd7b904afbda7589f.tar.gz
markup-validator-ec1e03a07410e08f6eb2bf5fd7b904afbda7589f.tar.bz2
Fix display of encodings in XML vs meta mismatch message.
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18514
-rwxr-xr-xhttpd/cgi-bin/check4
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index 8f99f0d..c39f70a 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -3081,8 +3081,8 @@ sub charset_conflicts
{
&add_warning(
'W20',
- { W20_http => $File->{Charset}->{XML},
- W20_xml => $File->{Charset}->{META},
+ { W20_xml => $File->{Charset}->{XML},
+ W20_meta => $File->{Charset}->{META},
}
);
$File->{Tentative} |= T_WARN;