From c59641d038e2892db2c40047dde929a2207dd297 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Sat, 29 Jan 2005 03:05:03 +0000 Subject: Bug 227990 : UI Footer does not respect HTML 4 specifications Patch by Marc Schumann r=LpSolit a=justdave --- template/en/default/global/useful-links.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global') 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 %] - [% q.name FILTER html %] + [% q.name FILTER html FILTER no_break %] [% print_pipe = 1 %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b