[bugzilla-gnome-org-extensions] template overrides: Fix links in choose classification page
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-extensions] template overrides: Fix links in choose classification page
- Date: Wed, 17 Dec 2014 13:35:36 +0000 (UTC)
commit 5a1ae0047aaf38e614655e89b29a0198ae887570
Author: Krzesimir Nowak <qdlacz gmail com>
Date: Wed Dec 17 13:44:13 2014 +0100
template overrides: Fix links in choose classification page
Using uri filter for parameterized target (which has a form of
page.cgi?id=browse.html) caused escaping of ? and = to hex values. Use
url filter instead.
.../default/global/choose-classification.html.tmpl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/TemplateOverrides/template/en/default/global/choose-classification.html.tmpl
b/TemplateOverrides/template/en/default/global/choose-classification.html.tmpl
index 6600246..9093793 100644
--- a/TemplateOverrides/template/en/default/global/choose-classification.html.tmpl
+++ b/TemplateOverrides/template/en/default/global/choose-classification.html.tmpl
@@ -25,7 +25,7 @@
<tr>
<th align="right">
[% IF parameterized_target.defined %]
- <a href="[% parameterized_target FILTER uri %]&classification=__all
+ <a href="[% parameterized_target FILTER url %]&classification=__all
[% IF cloned_bug_id %]&cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%]
[%- IF format %]&format=[% format FILTER uri %][% END %]">
[% ELSE %]
@@ -46,7 +46,7 @@
<tr>
<th align="right">
[% IF parameterized_target.defined %]
- <a href="[% parameterized_target FILTER uri %]&classification=[% class.name FILTER uri -%]
+ <a href="[% parameterized_target FILTER url %]&classification=[% class.name FILTER uri -%]
[%- IF cloned_bug_id %]&cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%]
[%- IF format %]&format=[% format FILTER uri %][% END %]">
[% ELSE %]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]