From: Frédéric Buclin Date: Fri, 30 Jul 2010 03:35:18 +0000 (+0200) Subject: Bug 583167: The "X-Bugzilla-Changed-Fields:" header in bugmails is unreadable X-Git-Tag: bugzilla-4.1.1~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bad91760329114cad6d8277f33a847d84a27875;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 90dba211f6..3bd7d789bf 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 %]