- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 26 Mar 2007 01:46:31 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv5385/share/templates/en_US
Modified Files:
invalid.tmpl
Log Message:
shifting style toward that of /html/
making sure the "green" headings don't appear in wrong places in results page, to avoid confusion
Index: invalid.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/invalid.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- invalid.tmpl 1 Mar 2007 02:52:56 -0000 1.14
+++ invalid.tmpl 26 Mar 2007 01:46:29 -0000 1.15
@@ -8,7 +8,8 @@
<div id="result">
-<h3>Validation Output:
+<h3 <TMPL_UNLESS NAME="VALID">class="invalid"</TMPL_UNLESS>
+>Validation Output:
<!-- this case where validation fails but no error is listed should never happen -->
<TMPL_IF NAME="number_of_errors_is_0">Invalid </TMPL_IF>
<TMPL_IF NAME="number_of_errors_is_1">1 Error</TMPL_IF>
Received on Monday, 26 March 2007 01:46:38 UTC