summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl')
-rw-r--r--extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl
index ab4a18f0d..311736b5e 100644
--- a/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl
+++ b/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl
@@ -36,4 +36,4 @@ Other: [% IF cgi.param('type_other') %][% cgi.param('type_other_text') %][% EL
[%+ IF cgi.param("goal_other") %][% cgi.param("goal_other") %][% ELSE %][% cgi.param("goal") %][% END %]
>>Points of Contact:
-[%+ cgi.param('cc') || 'Not provided' %]
+[%+ cgi.param('cc').join(', ') || 'Not provided' %]