From 3faeb367cba6337d86f31eba2783ced6700734a6 Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" <> Date: Sat, 16 Sep 2000 21:08:37 +0000 Subject: Fix for bug 51270: param for bodyhtml to allow sites to customize background colors/image and link colors. --- CGI.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index 21f5c8c77..a1ced72ea 100644 --- a/CGI.pl +++ b/CGI.pl @@ -921,8 +921,7 @@ sub PutHeader { print "\n$title\n"; print Param("headerhtml") . "\n$jscript\n\n"; - print "\n"; + print "\n"; print PerformSubsts(Param("bannerhtml"), undef); -- cgit v1.2.3-24-g4f1b