diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-03-11 19:02:13 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-03-11 19:02:13 +0100 |
commit | 17d05cc7addbf4288c537f8e56c60e7dee24c6d8 (patch) | |
tree | 9d02a4d04be55eb2fc738b58b0a825f51a1194da /template/en/default/attachment | |
parent | e7526caf7802734ca54ee907e8a2cecf61013b25 (diff) | |
download | bugzilla-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/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 2e160eda7..97fd2dc95 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -122,7 +122,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>) |