summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-07-09 10:46:30 +0200
committerbbaetz%student.usyd.edu.au <>2002-07-09 10:46:30 +0200
commitc1c07ea635604263e521f1493521bae1d32ea77d (patch)
treeb0fb9555015682378dd3ba91fedc86c2da10f071 /template
parentcce2c9c109e147b448034a7d1398b228df5b9953 (diff)
downloadbugzilla-c1c07ea635604263e521f1493521bae1d32ea77d.tar.gz
bugzilla-c1c07ea635604263e521f1493521bae1d32ea77d.tar.xz
Recheckin fix for bug 150798 which I accidentaly broke in the fix for bug
150770 r=myk x2 on the new patch
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/useful-links.html.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index 40207f3d6..6027dc503 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 %]
- <a href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% q.name FILTER url_quote %]">
- <nobr>[% q.name FILTER html %]</nobr>
- </a>
+ <a href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% q.name FILTER url_quote %]"><nobr>[% q.name FILTER html %]</nobr></a>
[% print_pipe = 1 %]
[% END %]
[% END %]