- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Jan 2008 11:23:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv24216 Modified Files: check Log Message: fixed bug for display of FPI in W26 Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.580 retrieving revision 1.581 diff -u -d -r1.580 -r1.581 --- check 17 Jan 2008 11:15:13 -0000 1.580 +++ check 17 Jan 2008 11:23:25 -0000 1.581 @@ -1885,7 +1885,7 @@ 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}});
Received on Thursday, 17 January 2008 11:23:37 UTC