From: travis%sedsystems.ca <> Date: Tue, 8 Mar 2005 02:04:06 +0000 (+0000) Subject: Bug 283769 : wrong filtering in create-guided causes problems X-Git-Tag: bugzilla-2.19.3~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f03496f574d574aa7fa25bf3130cfa11c5735ded;p=thirdparty%2Fbugzilla.git Bug 283769 : wrong filtering in create-guided causes problems Patch by GavinS r=wurblzap a=justdave --- diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index c221e7833a..fc05440e97 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 %]