summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl')
-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 %]