- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Oct 2007 02:45:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv12700/share/templates/en_US
Modified Files:
table.tmpl
Log Message:
making presence of warnings - in otherwise valid document - slightly more visible
Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- table.tmpl 26 Sep 2007 02:26:28 -0000 1.33
+++ table.tmpl 2 Oct 2007 02:45:33 -0000 1.34
@@ -33,7 +33,7 @@
<TMPL_IF NAME="is_tentative">
Tentatively passed validation
<TMPL_ELSE>
- Passed validation<TMPL_IF Name="valid_warnings_num">, <TMPL_VAR NAME="valid_warnings_num"> warning(s)</TMPL_IF>
+ 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>
<TMPL_ELSE>
<td colspan="2" class="invalid">
Received on Tuesday, 2 October 2007 02:45:46 UTC