From: bbaetz%student.usyd.edu.au <>
Date: Tue, 9 Jul 2002 08:46:30 +0000 (+0000)
Subject: Recheckin fix for bug 150798 which I accidentaly broke in the fix for bug
X-Git-Tag: bugzilla-2.17.1~274
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c07ea635604263e521f1493521bae1d32ea77d;p=thirdparty%2Fbugzilla.git
Recheckin fix for bug 150798 which I accidentaly broke in the fix for bug
150770
r=myk x2 on the new patch
---
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index 40207f3d68..6027dc5036 100644
--- a/template/en/default/global/useful-links.html.tmpl
+++ b/template/en/default/global/useful-links.html.tmpl
@@ -106,9 +106,7 @@
[% FOREACH q = user.queries %]
[% IF q.linkinfooter %]
[% " | " IF print_pipe %]
-
- [% q.name FILTER html %]
-
+ [% q.name FILTER html %]
[% print_pipe = 1 %]
[% END %]
[% END %]