diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-03-11 19:04:36 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-03-11 19:04:36 +0100 |
commit | c26e64e4f13bb7e6d29ab2b1f27bbe26ff048e8b (patch) | |
tree | 64f3f231f9e04ec1165af6191e5b6cbe6640adc0 /template/en/default/attachment | |
parent | 91e07807a8940776557a86134546bc4a7997cd0a (diff) | |
download | bugs-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/attachment')
-rw-r--r-- | template/en/default/attachment/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 4599f38ed..9676dd67b 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -114,7 +114,7 @@ function toggle_display(link) { [% ELSE %] [% flag.setter.nick FILTER html %]: [% END %] - [%+ flag.type.name FILTER html FILTER no_break %][% flag.status %] + [%+ flag.type.name FILTER html %][% flag.status %] [%+ IF flag.status == "?" && flag.requestee %] [% IF user.id %] (<span title="[% flag.requestee.identity FILTER html %]">[% flag.requestee.nick FILTER html %]</span>) |