Bug 227990 : UI Footer does not respect HTML 4 specifications

Patch by Marc Schumann <wurblzap@gmail.com>   r=LpSolit  a=justdave


git-svn-id: svn://10.0.0.236/trunk@168458 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
travis%sedsystems.ca 2005-01-28 19:05:03 +00:00
parent cc6f4938c3
commit 3f57f30d10

View File

@ -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 %]