summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/choose-product.html.tmpl4
-rw-r--r--template/en/default/global/useful-links.html.tmpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl
index 7349d1ced..a1582532a 100644
--- a/template/en/default/global/choose-product.html.tmpl
+++ b/template/en/default/global/choose-product.html.tmpl
@@ -45,10 +45,10 @@
[% FOREACH p = c.products %]
<tr>
- <th class="right">
+ <th class="right nowrap">
<a href="[% target %]?product=[% p.name FILTER uri -%]
[%- IF previous_params %]&amp;[% previous_params FILTER none %][% END -%]">
- [% p.name FILTER html FILTER no_break %]</a>:&nbsp;
+ [% p.name FILTER html %]</a>:
</th>
<td>[% p.description FILTER html_light %]</td>
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index 97c7f709c..5c5bfc316 100644
--- a/template/en/default/global/useful-links.html.tmpl
+++ b/template/en/default/global/useful-links.html.tmpl
@@ -46,7 +46,7 @@
<a href="buglist.cgi?cmdtype=dorem&amp;remaction=run&amp;namedcmd=
[%- q.name FILTER uri %]&amp;sharer_id=[% q.user.id FILTER uri %]"
class="shared" title="Shared by [% q.user.identity FILTER html %]">
- [%- q.name FILTER html FILTER no_break %]</a>
+ [%- q.name FILTER html %]</a>
</li>
[% END %]
</ul>