- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Sep 2007 02:26:31 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv24816/share/templates/en_US
Modified Files:
table.tmpl
Log Message:
when valid, add mention of number of warnings if applicable
Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- table.tmpl 13 Sep 2007 03:46:50 -0000 1.32
+++ table.tmpl 26 Sep 2007 02:26:28 -0000 1.33
@@ -33,7 +33,7 @@
<TMPL_IF NAME="is_tentative">
Tentatively passed validation
<TMPL_ELSE>
- Passed validation
+ Passed validation<TMPL_IF Name="valid_warnings_num">, <TMPL_VAR NAME="valid_warnings_num"> warning(s)</TMPL_IF>
</TMPL_IF>
<TMPL_ELSE>
<td colspan="2" class="invalid">
Received on Wednesday, 26 September 2007 02:26:41 UTC