summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
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/voting/bug.html.tmpl
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/voting/bug.html.tmpl')
-rw-r--r--extensions/Voting/template/en/default/pages/voting/bug.html.tmpl2
1 files changed, 1 insertions, 1 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>