- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 11 Feb 2006 12:38:48 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv24410
Modified Files:
Tag: validator-0_7-branch
table.tmpl
Log Message:
Don't print trailing comma in "Failed validation" if number of errors is unknown.
Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -u -d -r1.17.2.1 -r1.17.2.2
--- table.tmpl 15 Aug 2005 22:47:51 -0000 1.17.2.1
+++ table.tmpl 11 Feb 2006 12:38:46 -0000 1.17.2.2
@@ -12,7 +12,7 @@
</TMPL_IF>
<TMPL_ELSE>
<td colspan="2" class="invalid">
- Failed validation, <TMPL_VAR NAME="number_of_errors" ESCAPE="HTML">
+ Failed validation<TMPL_IF NAME="number_of_errors">, <TMPL_VAR NAME="number_of_errors" ESCAPE="HTML"></TMPL_IF>
</TMPL_IF>
</td>
</tr>
Received on Saturday, 11 February 2006 12:38:58 UTC