Bug 150798 - Extra whitespace included in saved query links
r=mattyt x2 git-svn-id: svn://10.0.0.236/trunk@123023 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a314830789
commit
56f95190bc
@ -98,16 +98,14 @@
|
||||
|
||||
<td colspan="3">
|
||||
[% IF user.showmybugslink %]
|
||||
<a href="buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=[% user.login FILTER url_quote %]&emailtype1=exact&emailassigned_to1=1&emailreporter1=1">My Bugs
|
||||
</a>
|
||||
<a href="buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=[% user.login FILTER url_quote %]&emailtype1=exact&emailassigned_to1=1&emailreporter1=1">My Bugs</a>
|
||||
[% print_pipe = 1 %]
|
||||
[% END %]
|
||||
|
||||
[% FOREACH q = user.queries %]
|
||||
[% IF q.linkinfooter %]
|
||||
[% " | " IF print_pipe %]
|
||||
<a href="buglist.cgi?cmdtype=runnamed&namedcmd=[% q.name FILTER url_quote %]">[% q.name FILTER html FILTER no_break %]
|
||||
</a>
|
||||
<a href="buglist.cgi?cmdtype=runnamed&namedcmd=[% q.name FILTER url_quote %]">[% q.name FILTER html FILTER no_break %]</a>
|
||||
[% print_pipe = 1 %]
|
||||
[% END %]
|
||||
[% END %]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user