Commit 5384d5f7 authored by terry%netscape.com's avatar terry%netscape.com

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

better with product names that have spaces or other weird stuff in them.
parent ae1be205
...@@ -30,7 +30,7 @@ if {![info exists FORM(product)]} { ...@@ -30,7 +30,7 @@ if {![info exists FORM(product)]} {
puts "<H2>First, you must pick a product on which to enter a bug.</H2>" puts "<H2>First, you must pick a product on which to enter a bug.</H2>"
foreach p [lsort [array names versions]] { 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 exit
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment