summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;