Commit c59641d0 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 227990 : UI Footer does not respect HTML 4 specifications

Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
parent ed20d719
......@@ -120,7 +120,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 %]">[% q.name FILTER html FILTER no_break %]</a>
[% print_pipe = 1 %]
[% END %]
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment