summaryrefslogtreecommitdiffstats
path: root/template/en/default/flag
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/flag
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/flag')
-rw-r--r--template/en/default/flag/list.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl
index 7547e5687..047fd4425 100644
--- a/template/en/default/flag/list.html.tmpl
+++ b/template/en/default/flag/list.html.tmpl
@@ -80,7 +80,7 @@
[% ELSE %]
[% flag.setter.nick FILTER html %]:
[% END %]
- [%+ type.name FILTER html FILTER no_break %][% flag.status %]
+ <span class="nowrap">[%+ type.name FILTER html %][% flag.status %]</span>
[% IF flag.requestee %]
[% IF flag.requestee.name %]
(<span title="[% flag.requestee.name FILTER html %]">[% flag.requestee.nick FILTER html %]</span>)
@@ -107,9 +107,9 @@
[% addl_text FILTER html %]
[% END %]
</td>
- <td>
+ <td class="nowrap">
<label title="[% type.description FILTER html %]" for="[% fid FILTER html %]">
- [%- type.name FILTER html FILTER no_break -%]</label>
+ [%- type.name FILTER html %]</label>
</td>
<td>
<input type="hidden" id="[% fid FILTER html %]_dirty">