From: bbaetz%student.usyd.edu.au <> Date: Tue, 11 Jun 2002 13:13:54 +0000 (+0000) Subject: Bug 150798 - Extra whitespace included in saved query links X-Git-Tag: bugzilla-2.16~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab6c2acf8ea00dcc7e875e6b74ce2ecb930fb1b2;p=thirdparty%2Fbugzilla.git Bug 150798 - Extra whitespace included in saved query links r=mattyt x2 --- diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index 6b548b4dc0..9e2f3040c3 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -98,16 +98,14 @@ [% IF user.showmybugslink %] - My Bugs - + My Bugs [% print_pipe = 1 %] [% END %] [% FOREACH q = user.queries %] [% IF q.linkinfooter %] [% " | " IF print_pipe %] - [% q.name FILTER html FILTER no_break %] - + [% q.name FILTER html FILTER no_break %] [% print_pipe = 1 %] [% END %] [% END %]