From da50e592541ff554f773fa8a0728399c26ef5538 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" Date: Mon, 7 Mar 2005 18:04:06 +0000 Subject: [PATCH] Bug 283769 : wrong filtering in create-guided causes problems Patch by GavinS r=wurblzap a=justdave git-svn-id: svn://10.0.0.236/trunk@170295 18797224-902f-48f8-a5cc-f745e15eee43 --- .../template/en/default/bug/create/create-guided.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl index c221e7833ad..fc05440e971 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl +++ b/mozilla/webtools/bugzilla/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 %]