validator/httpd/cgi-bin check,1.402,1.403

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv12987/httpd/cgi-bin

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

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -d -r1.402 -r1.403
--- check	24 Feb 2005 17:43:26 -0000	1.402
+++ check	24 Feb 2005 17:59:49 -0000	1.403
@@ -953,6 +953,7 @@
   my $params = shift;
 
   $File->{T}->param($WID => TRUE, %{$params});
+  $File->{T}->param(have_warnings => TRUE);
 }
 
 #

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