summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/list.html.tmpl
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/attachment/list.html.tmpl
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/attachment/list.html.tmpl')
-rw-r--r--template/en/default/attachment/list.html.tmpl2
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 d5741d6a2..41115ab9c 100644
--- a/template/en/default/attachment/list.html.tmpl
+++ b/template/en/default/attachment/list.html.tmpl
@@ -59,7 +59,7 @@
[% IF flag.setter %]
[% flag.setter.nick FILTER html %]:
[% END %]
- [%+ flag.type.name FILTER html %][% flag.status %]
+ [%+ flag.type.name FILTER html FILTER no_break %][% flag.status %]
[%+ IF flag.status == "?" && flag.requestee %]
([% flag.requestee.nick FILTER html %])
[% END %]<br>