summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/hook/bug
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/bug
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/bug')
-rw-r--r--extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl6
1 files changed, 3 insertions, 3 deletions
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 %]