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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user