From a6681fdc8c95b49edfa3fa3da8bf3e4b2ada9833 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Wed, 28 Apr 1999 00:17:49 +0000 Subject: 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 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index e580c1baa..062d02348 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 .= "