From: terry%netscape.com <> Date: Wed, 2 Sep 1998 04:01:44 +0000 (+0000) Subject: Patch inspired by Sam Ziegler -- deal X-Git-Tag: bugzilla-1.3~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5384d5f7901b0a0b27266108eef874507360f8ba;p=thirdparty%2Fbugzilla.git Patch inspired by Sam Ziegler -- deal better with product names that have spaces or other weird stuff in them. --- diff --git a/enter_bug.cgi b/enter_bug.cgi index 385714f545..3bd675c50e 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -30,7 +30,7 @@ if {![info exists FORM(product)]} { puts "

First, you must pick a product on which to enter a bug.

" foreach p [lsort [array names versions]] { - puts "$p
" + puts "$p
" } exit }