From f03496f574d574aa7fa25bf3130cfa11c5735ded Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Tue, 8 Mar 2005 02:04:06 +0000 Subject: Bug 283769 : wrong filtering in create-guided causes problems Patch by GavinS r=wurblzap a=justdave --- template/en/default/bug/create/create-guided.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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 %]

-- cgit v1.2.3-24-g4f1b