validator/share/templates/en_US result.tmpl,1.6,1.7

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv12987/share/templates/en_US

Modified Files:
	result.tmpl 
Log Message:
Include warnings template only if we have warnings, fixes unfinished "dl".

Index: result.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/result.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- result.tmpl	14 Feb 2005 01:46:08 -0000	1.6
+++ result.tmpl	24 Feb 2005 17:59:49 -0000	1.7
@@ -5,7 +5,9 @@
         <TMPL_INCLUDE name="jumpbar.tmpl">
         <TMPL_INCLUDE NAME="table.tmpl">
       </div><!-- end of "head" -->
-      <TMPL_INCLUDE NAME="warnings.tmpl">
+      <TMPL_IF NAME="have_warnings">
+        <TMPL_INCLUDE NAME="warnings.tmpl">
+      </TMPL_IF>
       <TMPL_IF NAME="VALID">
         <TMPL_INCLUDE NAME="valid.tmpl">
       <TMPL_ELSE>

Received on Thursday, 24 February 2005 17:59:52 UTC