Commit f03496f5 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 283769 : wrong filtering in create-guided causes problems

Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
parent 93c8f090
......@@ -117,7 +117,7 @@ function PutDescription() {
[% ELSIF product == "Thunderbird" %]
[% productstring = "product=Mozilla%20Application%20Suite&amp;product=Thunderbird" %]
[% ELSE %]
[% productstring = "product=" _ product FILTER uri %]
[% productstring = BLOCK %]product=[% product FILTER url_quote %][% END %]
[% END %]
<p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment