diff options
author | travis%sedsystems.ca <> | 2005-01-29 04:05:03 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-01-29 04:05:03 +0100 |
commit | c59641d038e2892db2c40047dde929a2207dd297 (patch) | |
tree | 79dc6defda064d4ed66c51c244e34c0e287146a7 | |
parent | ed20d719e2df695ed2c9127f364886b902d82a24 (diff) | |
download | bugzilla-c59641d038e2892db2c40047dde929a2207dd297.tar.gz bugzilla-c59641d038e2892db2c40047dde929a2207dd297.tar.xz |
Bug 227990 : UI Footer does not respect HTML 4 specifications
Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
-rw-r--r-- | template/en/default/global/useful-links.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index 0aaa8cd8d..b9a69a9e9 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -120,7 +120,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 %]">[% q.name FILTER html FILTER no_break %]</a> [% print_pipe = 1 %] [% END %] [% END %] |