summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/hook/admin
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-08-27 21:53:10 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-08-27 21:53:10 +0200
commite244627ee131c348f6ca7e821ca64b6aa2119ac9 (patch)
tree7a506fb69dd965f19c6e8116a2a015ab6ce9c7e0 /extensions/Voting/template/en/default/hook/admin
parent0844fe9fc6d2d5293fad1384d2955dedf30fc8c4 (diff)
downloadbugzilla-e244627ee131c348f6ca7e821ca64b6aa2119ac9.tar.gz
bugzilla-e244627ee131c348f6ca7e821ca64b6aa2119ac9.tar.xz
Bug 398701: Replace |FILTER url_quote| by |FILTER uri|, including extensions/Voting
r/a=mkanat
Diffstat (limited to 'extensions/Voting/template/en/default/hook/admin')
-rw-r--r--extensions/Voting/template/en/default/hook/admin/products/updated-changes.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Voting/template/en/default/hook/admin/products/updated-changes.html.tmpl b/extensions/Voting/template/en/default/hook/admin/products/updated-changes.html.tmpl
index 139fc641b..af2b1c102 100644
--- a/extensions/Voting/template/en/default/hook/admin/products/updated-changes.html.tmpl
+++ b/extensions/Voting/template/en/default/hook/admin/products/updated-changes.html.tmpl
@@ -59,7 +59,7 @@
[% IF changes.too_many_votes.size %]
[% FOREACH detail = changes.too_many_votes %]
&rarr;removed votes for [% terms.bug %] <a href="show_bug.cgi?id=
- [%- detail.id FILTER url_quote %]">
+ [%- detail.id FILTER uri %]">
[%- detail.id FILTER html %]</a> from [% detail.name FILTER html %]<br>
[% END %]
[% ELSE %]
@@ -72,7 +72,7 @@
[% IF changes.too_many_total_votes.size %]
[% FOREACH detail = changes.too_many_total_votes %]
&rarr;removed votes for [% terms.bug %] <a href="show_bug.cgi?id=
- [%- detail.id FILTER url_quote %]">
+ [%- detail.id FILTER uri %]">
[%- detail.id FILTER html %]</a> from [% detail.name FILTER html %]<br>
[% END %]
[% ELSE %]