Bug 151529 - No list of votes shown if there is a + sign in the address

r=jouni x2
parent 70eb2109
......@@ -41,8 +41,8 @@
[% FOREACH user = users %]
<tr>
<td>
<a href="votes.cgi?action=show_user&amp;user=[% user.name %]">
[% user.name %]
<a href="votes.cgi?action=show_user&amp;user=[% user.name FILTER url_quote %]">
[% user.name FILTER html %]
</a>
</td>
<td align="right">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment