From 47bfbf7c402135e67ccc9832331b38a789d94731 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 25 Apr 2014 20:42:02 +0000 Subject: Bug 1001645 - form.creative shows ARRAY(0x7f44111da448) in the description for points of contact if more than one entered --- extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/BMO/template/en') 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' %] -- cgit v1.2.3-24-g4f1b