summaryrefslogtreecommitdiffstats
path: root/template/en/default/flag
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-01-19 03:29:25 +0100
committertravis%sedsystems.ca <>2005-01-19 03:29:25 +0100
commit61a49f228204e2991aea7970c44efdd433f8c71b (patch)
tree02f413c6b6600b62231883fa4b5baf121c5d96ac /template/en/default/flag
parent00aa5409017d6e0f6607e09502c8d0d470077473 (diff)
downloadbugzilla-61a49f228204e2991aea7970c44efdd433f8c71b.tar.gz
bugzilla-61a49f228204e2991aea7970c44efdd433f8c71b.tar.xz
Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow prevent hyphens from breaking flag names
Patch by LpSolit@gmail.com r=wurblzap a=myk
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 08f8c5547..f660b15ca 100644
--- a/template/en/default/flag/list.html.tmpl
+++ b/template/en/default/flag/list.html.tmpl
@@ -98,7 +98,7 @@
[% flag.setter.nick FILTER html %]:
</td>
<td>
- [% type.name FILTER html %]
+ [% type.name FILTER html FILTER no_break %]
</td>
<td>
<select id="flag-[% flag.id %]" name="flag-[% flag.id %]"
@@ -137,7 +137,7 @@
[% IF (!type.flags || type.flags.size == 0) && type.is_active %]
<tr>
<td>&nbsp;</td>
- <td>[% type.name FILTER html %]</td>
+ <td>[% type.name FILTER html FILTER no_break %]</td>
<td>
<select id="flag_type-[% type.id %]" name="flag_type-[% type.id %]"
onchange="toggleRequesteeField(this);">
@@ -172,7 +172,7 @@
[% separator_displayed = 1 %]
[% END %]
<tr>
- <td colspan="2">addl. [% type.name FILTER html %]</td>
+ <td colspan="2">addl. [% type.name FILTER html FILTER no_break %]</td>
<td>
<select id="flag_type-[% type.id %]" name="flag_type-[% type.id %]"
onchange="toggleRequesteeField(this);">