From e244627ee131c348f6ca7e821ca64b6aa2119ac9 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 27 Aug 2010 21:53:10 +0200 Subject: Bug 398701: Replace |FILTER url_quote| by |FILTER uri|, including extensions/Voting r/a=mkanat --- .../template/en/default/hook/bug/edit-after_importance.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl') 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 + [%- bug.id FILTER uri %]"> [%- bug.votes %] [% IF bug.votes == 1 %] vote @@ -35,7 +35,7 @@ [% END %] [% END %] (vote) + [%- bug.id FILTER uri %]#vote_ + [%- bug.id FILTER uri %]">vote) [% END %] -- cgit v1.2.3-24-g4f1b