From a6681fdc8c95b49edfa3fa3da8bf3e4b2ada9833 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Wed, 28 Apr 1999 00:17:49 +0000 Subject: [PATCH] Patch by David Gardiner -- added new headerhtml param to allow people to customize the html put in the portion of generated documents. Also, a few other minor patches. --- CGI.pl | 31 +++++++++++++++++++------------ defparams.pl | 4 ++++ query.cgi | 13 +++++++++---- 3 files changed, 32 insertions(+), 16 deletions(-) diff --git a/CGI.pl b/CGI.pl index e580c1baae..062d023482 100644 --- a/CGI.pl +++ b/CGI.pl @@ -220,17 +220,20 @@ sub make_options { my $last = ""; my $popup = ""; my $found = 0; - foreach my $item (@$src) { - if ($item eq "-blank-" || $item ne $last) { - if ($item eq "-blank-") { - $item = ""; - } - $last = $item; - if ($isregexp ? $item =~ $default : $default eq $item) { - $popup .= "