diff options
-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> |