diff options
Diffstat (limited to 'extensions/Voting/template/en/default/pages')
-rw-r--r-- | extensions/Voting/template/en/default/pages/voting/bug.html.tmpl | 2 | ||||
-rw-r--r-- | extensions/Voting/template/en/default/pages/voting/user.html.tmpl | 6 |
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&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> |