- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Jan 2008 11:15:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv18550/httpd/cgi-bin
Modified Files:
check
Log Message:
Rewording of the warning title and text for doctype FPI/SI mismatch, as suggested by Terje.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.579
retrieving revision 1.580
diff -u -d -r1.579 -r1.580
--- check 17 Jan 2008 08:09:23 -0000 1.579
+++ check 17 Jan 2008 11:15:13 -0000 1.580
@@ -1885,7 +1885,10 @@
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}->{Display}, W26_dtd_sys=> $SI, W26_dtd_sys_recommend=> $CFG->{Types}->{$FPI}->{SysID}});
+ &add_warning('W26', {W26_dtd_pub => $CFG->{Types}->{$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:15:27 UTC