From: Frédéric Buclin Date: Fri, 30 Jul 2010 03:36:50 +0000 (+0200) Subject: Bug 583167: The "X-Bugzilla-Changed-Fields:" header in bugmails is unreadable X-Git-Tag: bugzilla-3.7.3~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86c8306ca35845b4d6678a70376de3f83f7387d7;p=thirdparty%2Fbugzilla.git Bug 583167: The "X-Bugzilla-Changed-Fields:" header in bugmails is unreadable r=reed a=LpSolit --- diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index f21fdc1ad6..44af3055d1 100644 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ b/template/en/default/email/newchangedmail.txt.tmpl @@ -40,7 +40,7 @@ X-Bugzilla-Status: [% bug.bug_status %] X-Bugzilla-Priority: [% bug.priority %] X-Bugzilla-Assigned-To: [% bug.assigned_to.login %] X-Bugzilla-Target-Milestone: [% bug.target_milestone %] -X-Bugzilla-Changed-Fields: [% changedfields %] +X-Bugzilla-Changed-Fields: [% changedfields.join(" ") %] [%+ threadingmarker %] [%+ urlbase %]show_bug.cgi?id=[% bug.id %]