Commit 21064c0d authored by terry%netscape.com's avatar terry%netscape.com

Patch from Dhiren Patel <dhiren@nuvomedia.com> -- deal with products

that have spaces or other weird characters in them.
parent 35e12e95
...@@ -174,7 +174,7 @@ print " ...@@ -174,7 +174,7 @@ print "
<FORM NAME=enterForm METHOD=POST ACTION=\"post_bug.cgi\"> <FORM NAME=enterForm METHOD=POST ACTION=\"post_bug.cgi\">
<INPUT TYPE=HIDDEN NAME=bug_status VALUE=NEW> <INPUT TYPE=HIDDEN NAME=bug_status VALUE=NEW>
<INPUT TYPE=HIDDEN NAME=reporter VALUE=$::COOKIE{'Bugzilla_login'}> <INPUT TYPE=HIDDEN NAME=reporter VALUE=$::COOKIE{'Bugzilla_login'}>
<INPUT TYPE=HIDDEN NAME=product VALUE=$product> <INPUT TYPE=HIDDEN NAME=product VALUE=\"" . value_quote($product) . "\">
<TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0> <TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0>
<TR> <TR>
<td ALIGN=right valign=top><B>Product:</B></td> <td ALIGN=right valign=top><B>Product:</B></td>
......
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