- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Feb 2005 17:59:51 +0000
- To: www-validator-cvs@w3.org
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