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
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:02:07 UTC