diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-30 05:35:18 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-30 05:35:18 +0200 |
commit | 0bad91760329114cad6d8277f33a847d84a27875 (patch) | |
tree | 97a8773bcb7bbade116b78024213e60f57a0e9e0 /template/en/default/email | |
parent | b29f60f64c965ce58ae823a7a2314cf892a25008 (diff) | |
download | bugzilla-0bad91760329114cad6d8277f33a847d84a27875.tar.gz bugzilla-0bad91760329114cad6d8277f33a847d84a27875.tar.xz |
Bug 583167: The "X-Bugzilla-Changed-Fields:" header in bugmails is unreadable
r=reed a=LpSolit
Diffstat (limited to 'template/en/default/email')
-rw-r--r-- | template/en/default/email/newchangedmail.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index 90dba211f..3bd7d789b 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 %] |