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/admin/products/updated-changes.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/Voting/template/en/default/hook/admin') 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 %] →removed votes for [% terms.bug %] + [%- detail.id FILTER uri %]"> [%- detail.id FILTER html %] from [% detail.name FILTER html %]
[% END %] [% ELSE %] @@ -72,7 +72,7 @@ [% IF changes.too_many_total_votes.size %] [% FOREACH detail = changes.too_many_total_votes %] →removed votes for [% terms.bug %] + [%- detail.id FILTER uri %]"> [%- detail.id FILTER html %] from [% detail.name FILTER html %]
[% END %] [% ELSE %] -- cgit v1.2.3-24-g4f1b