diff options
author | travis%sedsystems.ca <> | 2005-03-08 03:04:06 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-03-08 03:04:06 +0100 |
commit | f03496f574d574aa7fa25bf3130cfa11c5735ded (patch) | |
tree | 56f25d36bde156cf2cdb60dd86c0c12aca1b2978 | |
parent | 93c8f090be6b746aebac8f65dbd1cf7e6a719369 (diff) | |
download | bugzilla-f03496f574d574aa7fa25bf3130cfa11c5735ded.tar.gz bugzilla-f03496f574d574aa7fa25bf3130cfa11c5735ded.tar.xz |
Bug 283769 : wrong filtering in create-guided causes problems
Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
-rw-r--r-- | template/en/default/bug/create/create-guided.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index c221e7833..fc05440e9 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -117,7 +117,7 @@ function PutDescription() { [% ELSIF product == "Thunderbird" %] [% productstring = "product=Mozilla%20Application%20Suite&product=Thunderbird" %] [% ELSE %] - [% productstring = "product=" _ product FILTER uri %] + [% productstring = BLOCK %]product=[% product FILTER url_quote %][% END %] [% END %] <p> |