summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/pages
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/pages
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/pages')
-rw-r--r--extensions/Voting/template/en/default/pages/voting/bug.html.tmpl2
-rw-r--r--extensions/Voting/template/en/default/pages/voting/user.html.tmpl6
2 files changed, 4 insertions, 4 deletions
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 @@
<tr>
<td>
<a href="page.cgi?id=voting/user.html&amp;user_id=
- [%- voter.id FILTER url_quote %]">
+ [%- voter.id FILTER uri %]">
[% voter.login_name FILTER email FILTER html %]
</a>
</td>
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 @@
<tr>
<th>[% product.name FILTER html %]</th>
<td colspan="2" ><a href="buglist.cgi?bug_id=
- [%- product.bug_ids.join(",") FILTER url_quote %]">([% terms.bug %] list)</a>
+ [%- product.bug_ids.join(",") FILTER uri %]">([% terms.bug %] list)</a>
</td>
<td>
[% IF product.maxperbug < product.maxvotes AND
@@ -149,7 +149,7 @@
[% IF canedit %]
<input type="submit" value="Change My Votes" id="change"> or
- <a href="buglist.cgi?bug_id=[% all_bug_ids.join(",") FILTER url_quote %]">view all
+ <a href="buglist.cgi?bug_id=[% all_bug_ids.join(",") FILTER uri %]">view all
as [% terms.bug %] list</a>
<br>
<br>
@@ -163,7 +163,7 @@
[% END %]
and then click <b>Change My Votes</b>.
[% ELSE %]
- <a href="buglist.cgi?bug_id=[% all_bug_ids.join(",") FILTER url_quote %]">View all
+ <a href="buglist.cgi?bug_id=[% all_bug_ids.join(",") FILTER uri %]">View all
as [% terms.bug %] list</a>
[% END %]
</form>