]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Recheckin fix for bug 150798 which I accidentaly broke in the fix for bug
authorbbaetz%student.usyd.edu.au <>
Tue, 9 Jul 2002 08:47:23 +0000 (08:47 +0000)
committerbbaetz%student.usyd.edu.au <>
Tue, 9 Jul 2002 08:47:23 +0000 (08:47 +0000)
150770
r=myk x2 on the new patch

template/en/default/global/useful-links.html.tmpl

index dcde76c56457f843c54ed1c20581efe71a913da0..1409fc9a73ed080bdaa1a98d4a8eef8835886eb0 100644 (file)
         [% 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 %]