summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-03-10 01:57:01 +0100
committerlpsolit%gmail.com <>2008-03-10 01:57:01 +0100
commit8395dfa9da99caa8bdfa4cef7c7551a2b03a22fa (patch)
treead1bfe19ce1dcda4c99908d5f7f2366827451a78 /template/en/default/attachment
parent9d5b7f95b6c4f042aa4c429919e2e9c308ba2358 (diff)
downloadbugzilla-8395dfa9da99caa8bdfa4cef7c7551a2b03a22fa.tar.gz
bugzilla-8395dfa9da99caa8bdfa4cef7c7551a2b03a22fa.tar.xz
Fixing bustage due to bug 367394 (no idea why it's burning, but this should fix it)
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r--template/en/default/attachment/created.html.tmpl2
-rw-r--r--template/en/default/attachment/updated.html.tmpl2
2 files changed, 2 insertions, 2 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