From: terry%netscape.com <> Date: Wed, 28 Apr 1999 00:17:49 +0000 (+0000) Subject: Patch by David Gardiner -- added new headerhtml X-Git-Tag: bugzilla-2.4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6681fdc8c95b49edfa3fa3da8bf3e4b2ada9833;p=thirdparty%2Fbugzilla.git 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. --- 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 .= "