diff --git a/mozilla/webtools/bugzilla/template/en/default/global/useful-links.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/useful-links.html.tmpl
index f9415df9bb8..289347d5243 100644
--- a/mozilla/webtools/bugzilla/template/en/default/global/useful-links.html.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/global/useful-links.html.tmpl
@@ -96,11 +96,9 @@
[% END %]
[% FOREACH q = user.queries %]
- [% IF q.linkinfooter %]
- [% " | " IF print_pipe %]
- [% q.name FILTER html %]
- [% print_pipe = 1 %]
- [% END %]
+ [% " | " IF print_pipe %]
+ [% q.name FILTER html %]
+ [% print_pipe = 1 %]
[% END %]