- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Sep 2008 19:26:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv31185/share/templates/en_US Modified Files: soap_warnings.tmpl ucn_warnings.tmpl Log Message: Fix W26 template syntax error (Moto Ishizawa). Index: ucn_warnings.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/ucn_warnings.tmpl,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ucn_warnings.tmpl 31 Jan 2008 06:26:13 -0000 1.9 +++ ucn_warnings.tmpl 22 Sep 2008 19:26:13 -0000 1.10 @@ -86,7 +86,7 @@ <warning><messageid>W25</messageid><message><TMPL_VAR NAME="W25_dtd" ESCAPE="HTML"> document without DOCTYPE detected</message></warning> </TMPL_IF> <TMPL_IF NAME="W26"> - <warning><messageid>W26"></messageid><message>Mismatch between Public and System identifiers in the DOCTYPE declaration</message></warning> + <warning><messageid>W26</messageid><message>Mismatch between Public and System identifiers in the DOCTYPE declaration</message></warning> </TMPL_IF> <TMPL_IF NAME="W@@"> <warning><messageid>W@@</messageid><message></message></warning> Index: soap_warnings.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/soap_warnings.tmpl,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- soap_warnings.tmpl 31 Jan 2008 06:26:12 -0000 1.10 +++ soap_warnings.tmpl 22 Sep 2008 19:26:13 -0000 1.11 @@ -86,7 +86,7 @@ <m:warning><m:messageid>W25</m:messageid><m:message><TMPL_VAR NAME="W25_dtd" ESCAPE="HTML"> document without DOCTYPE detected</m:message></m:warning> </TMPL_IF> <TMPL_IF NAME="W26"> - <m:warning><m:messageid>W26"></m:messageid><m:message>Mismatch between Public and System identifiers in the DOCTYPE declaration</m:message></m:warning> + <m:warning><m:messageid>W26</m:messageid><m:message>Mismatch between Public and System identifiers in the DOCTYPE declaration</m:message></m:warning> </TMPL_IF> <TMPL_IF NAME="W@@">
Received on Monday, 22 September 2008 19:26:50 UTC