From: bbaetz%student.usyd.edu.au <>
Date: Tue, 9 Jul 2002 08:47:23 +0000 (+0000)
Subject: Recheckin fix for bug 150798 which I accidentaly broke in the fix for bug
X-Git-Tag: bugzilla-2.16~20
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=704045f30a157a2e02162b74e5ee0b8301f2b09a;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 dcde76c564..1409fc9a73 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 %]