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 --- extensions/Voting/template/en/default/pages/voting/bug.html.tmpl | 2 +- extensions/Voting/template/en/default/pages/voting/user.html.tmpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions/Voting/template/en/default/pages') diff --git a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl index 03434a505..0aa7072b7 100644 --- a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl +++ b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl @@ -45,7 +45,7 @@ + [%- voter.id FILTER uri %]"> [% voter.login_name FILTER email FILTER html %] diff --git a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl index 800079224..f2ac160f8 100644 --- a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl +++ b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl @@ -93,7 +93,7 @@ [% product.name FILTER html %] ([% terms.bug %] list) + [%- product.bug_ids.join(",") FILTER uri %]">([% terms.bug %] list) [% IF product.maxperbug < product.maxvotes AND @@ -149,7 +149,7 @@ [% IF canedit %] or - view all + view all as [% terms.bug %] list

@@ -163,7 +163,7 @@ [% END %] and then click Change My Votes. [% ELSE %] - View all + View all as [% terms.bug %] list [% END %] -- cgit v1.2.3-24-g4f1b