aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/flag-type/list.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-03-11 19:04:36 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-03-11 19:04:36 +0100
commitc26e64e4f13bb7e6d29ab2b1f27bbe26ff048e8b (patch)
tree64f3f231f9e04ec1165af6191e5b6cbe6640adc0 /template/en/default/admin/flag-type/list.html.tmpl
parent91e07807a8940776557a86134546bc4a7997cd0a (diff)
downloadbugs-c26e64e4f13bb7e6d29ab2b1f27bbe26ff048e8b.tar
bugs-c26e64e4f13bb7e6d29ab2b1f27bbe26ff048e8b.tar.gz
bugs-c26e64e4f13bb7e6d29ab2b1f27bbe26ff048e8b.tar.bz2
bugs-c26e64e4f13bb7e6d29ab2b1f27bbe26ff048e8b.tar.xz
bugs-c26e64e4f13bb7e6d29ab2b1f27bbe26ff048e8b.zip
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/admin/flag-type/list.html.tmpl')
-rw-r--r--template/en/default/admin/flag-type/list.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/admin/flag-type/list.html.tmpl b/template/en/default/admin/flag-type/list.html.tmpl
index f4836ca7d..b91b49199 100644
--- a/template/en/default/admin/flag-type/list.html.tmpl
+++ b/template/en/default/admin/flag-type/list.html.tmpl
@@ -109,7 +109,9 @@
[% FOREACH type = types %]
<tr class="[% IF type.is_active %]active[% ELSE %]inactive[% END %]">
- <td><a href="editflagtypes.cgi?action=edit&amp;id=[% type.id %]">[% type.name FILTER html FILTER no_break %]</a></td>
+ <td class="nowrap">
+ <a href="editflagtypes.cgi?action=edit&amp;id=[% type.id %]">[% type.name FILTER html %]</a>
+ </td>
<td>[% type.description FILTER html %]</td>
<td class="right">[% type.sortkey FILTER html %]</td>
<td>