summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/hook
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
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')
-rw-r--r--extensions/Voting/template/en/default/hook/admin/products/updated-changes.html.tmpl4
-rw-r--r--extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl6
2 files changed, 5 insertions, 5 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 %]
diff --git a/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl b/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl
index 606f981ee..fea82601a 100644
--- a/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl
+++ b/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl
@@ -26,7 +26,7 @@
[% IF bug.votes %]
with
<a href="page.cgi?id=voting/bug.html&amp;bug_id=
- [%- bug.id FILTER url_quote %]">
+ [%- bug.id FILTER uri %]">
[%- bug.votes %]
[% IF bug.votes == 1 %]
vote
@@ -35,7 +35,7 @@
[% END %]</a>
[% END %]
(<a href="page.cgi?id=voting/user.html&amp;bug_id=
- [%- bug.id FILTER url_quote %]#vote_
- [%- bug.id FILTER url_quote %]">vote</a>)
+ [%- bug.id FILTER uri %]#vote_
+ [%- bug.id FILTER uri %]">vote</a>)
</span>
[% END %]