summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/choose-product.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-03-11 19:02:13 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-03-11 19:02:13 +0100
commit17d05cc7addbf4288c537f8e56c60e7dee24c6d8 (patch)
tree9d02a4d04be55eb2fc738b58b0a825f51a1194da /template/en/default/global/choose-product.html.tmpl
parente7526caf7802734ca54ee907e8a2cecf61013b25 (diff)
downloadbugzilla-17d05cc7addbf4288c537f8e56c60e7dee24c6d8.tar.gz
bugzilla-17d05cc7addbf4288c537f8e56c60e7dee24c6d8.tar.xz
Bug 880282: Replace |FILTER no_break| by |class="nowrap"| to prevent dashes (U+002D) from being replaced by non-breaking hyphens/dashes (U+2011)
r=dkl a=justdave
Diffstat (limited to 'template/en/default/global/choose-product.html.tmpl')
-rw-r--r--template/en/default/global/choose-product.html.tmpl4
1 files changed, 2 insertions, 2 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>