diff options
author | bbaetz%student.usyd.edu.au <> | 2002-07-09 10:46:30 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-07-09 10:46:30 +0200 |
commit | c1c07ea635604263e521f1493521bae1d32ea77d (patch) | |
tree | b0fb9555015682378dd3ba91fedc86c2da10f071 | |
parent | cce2c9c109e147b448034a7d1398b228df5b9953 (diff) | |
download | bugzilla-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
-rw-r--r-- | template/en/default/global/useful-links.html.tmpl | 4 |
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&namedcmd=[% q.name FILTER url_quote %]"> - <nobr>[% q.name FILTER html %]</nobr> - </a> + <a href="buglist.cgi?cmdtype=runnamed&namedcmd=[% q.name FILTER url_quote %]"><nobr>[% q.name FILTER html %]</nobr></a> [% print_pipe = 1 %] [% END %] [% END %] |