- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 Jul 2007 02:56:10 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv10350/httpd/cgi-bin
Modified Files:
check
Log Message:
two warnings were sharing the same identifier - fixing
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.543
retrieving revision 1.544
diff -u -d -r1.543 -r1.544
--- check 19 Jul 2007 08:18:30 -0000 1.543
+++ check 20 Jul 2007 02:56:07 -0000 1.544
@@ -2132,8 +2132,8 @@
}
elsif (!$CFG->{Charsets}->{$cs}) {
# not in the list, but technically OK -> we warn
- &add_warning('W23', {
- W23_declared => $cs,
+ &add_warning('W24', {
+ W24_declared => $cs,
});
}
Received on Friday, 20 July 2007 02:56:14 UTC