[bugzilla-gnome-org-extensions] template overrides: Fix links in choose product page



commit c2c414c6767d9f2499c380cd5f80d946242d4a76
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Wed Dec 17 13:46:06 2014 +0100

    template overrides: Fix links in choose product page
    
    I forgot to replace the use of target variable with parameterized_target
    variable. Also lets apply a url filter for this.

 .../en/default/global/choose-product.html.tmpl     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/TemplateOverrides/template/en/default/global/choose-product.html.tmpl 
b/TemplateOverrides/template/en/default/global/choose-product.html.tmpl
index a1d8e66..25f6093 100644
--- a/TemplateOverrides/template/en/default/global/choose-product.html.tmpl
+++ b/TemplateOverrides/template/en/default/global/choose-product.html.tmpl
@@ -44,7 +44,7 @@
     <tr>
       <th align="right" valign="top">
         [% IF parameterized_target.defined %]
-        <a href="[% target %]&amp;product=[% p.name FILTER uri -%]
+        <a href="[% parameterized_target FILTER url %]&amp;product=[% p.name FILTER uri -%]
               [%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%]
               [%- IF format %]&amp;format=[% format FILTER uri %][% END %]">
         [% ELSE %]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]