summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2008-01-17 11:23:25 +0000
committerot <ot@localhost>2008-01-17 11:23:25 +0000
commit371de1017d00a81f11f75ac6ee6f695458a11211 (patch)
treefd7641c79a9cb072e7c6e0a3b160fc7d977e333f
parentbf9149525639619970ef20d70fa6480470bffd3f (diff)
downloadmarkup-validator-371de1017d00a81f11f75ac6ee6f695458a11211.zip
markup-validator-371de1017d00a81f11f75ac6ee6f695458a11211.tar.gz
markup-validator-371de1017d00a81f11f75ac6ee6f695458a11211.tar.bz2
fixed bug for display of FPI in W26
-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 52a6018..2bc34ae 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -14,7 +14,7 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.580 2008-01-17 11:15:13 ot Exp $
+# $Id: check,v 1.581 2008-01-17 11:23:25 ot Exp $
#
# Disable buffering on STDOUT!
@@ -186,7 +186,7 @@ Directory not readable (permission denied): @_r
#
# Strings
- $VERSION = q$Revision: 1.580 $;
+ $VERSION = q$Revision: 1.581 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
#
@@ -1885,7 +1885,7 @@ sub match_DTD_FPI_SI {
if ($CFG->{Types}->{$FPI}) {
if ($CFG->{Types}->{$FPI}->{SysID}){
if ($SI ne $CFG->{Types}->{$FPI}->{SysID}) {
- &add_warning('W26', {W26_dtd_pub => $CFG->{Types}->{$FPI},
+ &add_warning('W26', {W26_dtd_pub => $FPI,
W26_dtd_pub_display =>$CFG->{Types}->{$FPI}->{Display},
W26_dtd_sys=> $SI,
W26_dtd_sys_recommend=> $CFG->{Types}->{$FPI}->{SysID}});