From 704045f30a157a2e02162b74e5ee0b8301f2b09a Mon Sep 17 00:00:00 2001
From: "bbaetz%student.usyd.edu.au" <>
Date: Tue, 9 Jul 2002 08:47:23 +0000
Subject: [PATCH] Recheckin fix for bug 150798 which I accidentaly broke in the
fix for bug 150770 r=myk x2 on the new patch
---
template/en/default/global/useful-links.html.tmpl | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
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 %]
--
2.47.2