[% IF changes.too_many_votes.size %]
[% FOREACH detail = changes.too_many_votes %]
→removed votes for [% terms.bug %] <a href="show_bug.cgi?id=
- [%- detail.id FILTER url_quote %]">
+ [%- detail.id FILTER uri %]">
[%- detail.id FILTER html %]</a> from [% detail.name FILTER html %]<br>
[% END %]
[% ELSE %]
[% IF changes.too_many_total_votes.size %]
[% FOREACH detail = changes.too_many_total_votes %]
→removed votes for [% terms.bug %] <a href="show_bug.cgi?id=
- [%- detail.id FILTER url_quote %]">
+ [%- detail.id FILTER uri %]">
[%- detail.id FILTER html %]</a> from [% detail.name FILTER html %]<br>
[% END %]
[% ELSE %]
[% IF bug.votes %]
with
<a href="page.cgi?id=voting/bug.html&bug_id=
- [%- bug.id FILTER url_quote %]">
+ [%- bug.id FILTER uri %]">
[%- bug.votes %]
[% IF bug.votes == 1 %]
vote
[% END %]</a>
[% END %]
(<a href="page.cgi?id=voting/user.html&bug_id=
- [%- bug.id FILTER url_quote %]#vote_
- [%- bug.id FILTER url_quote %]">vote</a>)
+ [%- bug.id FILTER uri %]#vote_
+ [%- bug.id FILTER uri %]">vote</a>)
</span>
[% END %]
<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>
<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
[% 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>
[% 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>