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

r=jouni x2
parent 70eb2109
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
[% FOREACH user = users %] [% FOREACH user = users %]
<tr> <tr>
<td> <td>
<a href="votes.cgi?action=show_user&amp;user=[% user.name %]"> <a href="votes.cgi?action=show_user&amp;user=[% user.name FILTER url_quote %]">
[% user.name %] [% user.name FILTER html %]
</a> </a>
</td> </td>
<td align="right"> <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