summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/useful-links.html.tmpl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-07-01 12:28:50 +0200
committerbbaetz%student.usyd.edu.au <>2002-07-01 12:28:50 +0200
commitaa7127c201ab8be7b6ba7f70767086c4fc6d1e44 (patch)
treeeab4af26dc4ce8cbbbd9558faf559a8517251f7d /template/en/default/global/useful-links.html.tmpl
parent3d5db0fc3ba11a5fee1428466a1542bca7551287 (diff)
downloadbugzilla-aa7127c201ab8be7b6ba7f70767086c4fc6d1e44.tar.gz
bugzilla-aa7127c201ab8be7b6ba7f70767086c4fc6d1e44.tar.xz
Bug 150770 - Lost <nobr> arround query results
r=jouni, justdave
Diffstat (limited to 'template/en/default/global/useful-links.html.tmpl')
-rw-r--r--template/en/default/global/useful-links.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index d8c443775..40207f3d6 100644
--- a/template/en/default/global/useful-links.html.tmpl
+++ b/template/en/default/global/useful-links.html.tmpl
@@ -106,7 +106,9 @@
[% FOREACH q = user.queries %]
[% IF q.linkinfooter %]
[% " | " IF print_pipe %]
- <a href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% q.name FILTER url_quote %]">[% q.name FILTER html FILTER no_break %]</a>
+ <a href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% q.name FILTER url_quote %]">
+ <nobr>[% q.name FILTER html %]</nobr>
+ </a>
[% print_pipe = 1 %]
[% END %]
[% END %]