- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Oct 2007 05:57:44 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv9157
Modified Files:
table.tmpl
Log Message:
warnings num also for tentative valid results
Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- table.tmpl 2 Oct 2007 02:45:33 -0000 1.34
+++ table.tmpl 4 Oct 2007 05:57:42 -0000 1.35
@@ -31,7 +31,7 @@
<TMPL_IF NAME="VALID">
<td colspan="2" class="valid">
<TMPL_IF NAME="is_tentative">
- Tentatively passed validation
+ Tentatively passed validation<TMPL_IF Name="valid_warnings_num">, <strong class="has_warnings"><TMPL_VAR NAME="valid_warnings_num"> warning(s)</strong></TMPL_IF>
<TMPL_ELSE>
Passed validation<TMPL_IF Name="valid_warnings_num">, <strong class="has_warnings"><TMPL_VAR NAME="valid_warnings_num"> warning(s)</strong></TMPL_IF>
</TMPL_IF>
Received on Thursday, 4 October 2007 05:57:54 UTC