summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/en/default/attachment/created.html.tmpl2
-rw-r--r--template/en/default/attachment/updated.html.tmpl2
-rw-r--r--template/en/default/bug/show.html.tmpl2
3 files changed, 3 insertions, 3 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
diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl
index 2b9064c6a..f7252e5c8 100644
--- a/template/en/default/attachment/updated.html.tmpl
+++ b/template/en/default/attachment/updated.html.tmpl
@@ -34,7 +34,7 @@
]
%]
[% FOREACH group = bug.groups_in %]
- [% bodyclasses.push("bz_group_" _ group.name) %]
+ [% bodyclasses.push("bz_group_$group.name") %]
[% END %]
[% PROCESS global/header.html.tmpl
diff --git a/template/en/default/bug/show.html.tmpl b/template/en/default/bug/show.html.tmpl
index 33a65a6b1..373cfa327 100644
--- a/template/en/default/bug/show.html.tmpl
+++ b/template/en/default/bug/show.html.tmpl
@@ -36,7 +36,7 @@
]
%]
[% FOREACH group = bug.groups_in %]
- [% bodyclasses.push("bz_group_" _ group.name) %]
+ [% bodyclasses.push("bz_group_$group.name") %]
[% END %]
[% PROCESS global/header.html.tmpl
title = "$terms.Bug $bug.bug_id – $filtered_desc"