- From: Terje Bless <link@dev.w3.org>
- Date: Sun, 05 Sep 2004 10:19:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv30252
Modified Files:
valid.tmpl
Log Message:
Fix referenced variables in template so Warnings get output again. This
closes the related bug mentioned in email but never registered in Bugzilla.
Index: valid.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/valid.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- valid.tmpl 2 Dec 2002 11:37:52 -0000 1.2
+++ valid.tmpl 5 Sep 2004 10:19:56 -0000 1.3
@@ -11,9 +11,9 @@
<TMPL_IF NAME="file_warnings">
<dl id="warnings">
<TMPL_LOOP NAME="file_warnings">
- <dt><TMPL_VAR NAME="title"></dt>
+ <dt><TMPL_VAR NAME="Title"></dt>
<dd>
- <TMPL_VAR NAME="text">
+ <TMPL_VAR NAME="Message">
</dd>
</TMPL_LOOP>
</dl>
Received on Sunday, 5 September 2004 10:19:59 UTC