]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 227990 : UI Footer does not respect HTML 4 specifications
authortravis%sedsystems.ca <>
Sat, 29 Jan 2005 03:05:03 +0000 (03:05 +0000)
committertravis%sedsystems.ca <>
Sat, 29 Jan 2005 03:05:03 +0000 (03:05 +0000)
Patch by Marc Schumann <wurblzap@gmail.com>   r=LpSolit  a=justdave

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

index 0aaa8cd8d57e5d81e8923ca9b9fe84512a2c7011..b9a69a9e9bdf2488e7fcae6fd4ae9e36ab62bd35 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 %]">[% q.name FILTER html FILTER no_break %]</a>
             [% print_pipe = 1 %]
           [% END %]
         [% END %]