summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-01-29 04:05:03 +0100
committertravis%sedsystems.ca <>2005-01-29 04:05:03 +0100
commitc59641d038e2892db2c40047dde929a2207dd297 (patch)
tree79dc6defda064d4ed66c51c244e34c0e287146a7 /template
parented20d719e2df695ed2c9127f364886b902d82a24 (diff)
downloadbugzilla-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
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/useful-links.html.tmpl2
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&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 %]