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

better with product names that have spaces or other weird stuff in them.


git-svn-id: svn://10.0.0.236/trunk@9038 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%netscape.com
1998-09-01 21:01:44 +00:00
parent 8b1f3d52f9
commit 110fe5a836

View File

@@ -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
}