From: travis%sedsystems.ca <> Date: Sat, 29 Jan 2005 03:05:03 +0000 (+0000) Subject: Bug 227990 : UI Footer does not respect HTML 4 specifications X-Git-Tag: bugzilla-2.19.3~365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c59641d038e2892db2c40047dde929a2207dd297;p=thirdparty%2Fbugzilla.git Bug 227990 : UI Footer does not respect HTML 4 specifications Patch by Marc Schumann r=LpSolit a=justdave --- diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index 0aaa8cd8d5..b9a69a9e9b 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 %] - [% q.name FILTER html %] + [% q.name FILTER html FILTER no_break %] [% print_pipe = 1 %] [% END %] [% END %]