From: timeless%mac.com <>
Date: Wed, 10 Oct 2001 11:52:09 +0000 (+0000)
Subject: Bugzilla Bug 97185 make_select should add a newline after each option
X-Git-Tag: bugzilla-2.14.1~97
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5f0e06881ac5ed2711a3bb725f41491bcefaa7;p=thirdparty%2Fbugzilla.git
Bugzilla Bug 97185 make_select should add a newline after each option
patch by kiko. r=zach, gerv
---
diff --git a/CGI.pl b/CGI.pl
index ee6dbb4c76..2cfe767ebe 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -557,7 +557,7 @@ sub make_selection_widget {
} elsif ($type eq "RADIO") {
$popup .= "$displaytext
";
} else {
- $popup .= "