Patch inspired by Sam Ziegler <ziegler@mediaguaranty.com> -- deal

better with product names that have spaces or other weird stuff in them.
This commit is contained in:
terry%netscape.com 1998-09-01 21:01:44 +00:00
Родитель ac23c7ba26
Коммит 5cc29feaf8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -30,7 +30,7 @@ if {![info exists FORM(product)]} {
puts "<H2>First, you must pick a product on which to enter a bug.</H2>"
foreach p [lsort [array names versions]] {
puts "<a href=enter_bug.cgi?product=$p&$buffer>$p</a><br>"
puts "<a href=\"enter_bug.cgi?product=[url_quote $p]\"&$buffer>$p</a><br>"
}
exit
}