summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/created.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/attachment/created.html.tmpl')
-rw-r--r--template/en/default/attachment/created.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl
index 2b4316542..1f5bdb6ac 100644
--- a/template/en/default/attachment/created.html.tmpl
+++ b/template/en/default/attachment/created.html.tmpl
@@ -33,7 +33,7 @@
]
%]
[% FOREACH group = bug.groups_in %]
- [% bodyclasses.push("bz_group_" _ group.name) %]
+ [% bodyclasses.push("bz_group_$group.name") %]
[% END %]
[% PROCESS global/header.html.tmpl