diff options
author | mkanat%bugzilla.org <> | 2009-08-19 06:44:52 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-08-19 06:44:52 +0200 |
commit | c9806c3558e6a37c748488520d0c83e471809104 (patch) | |
tree | 3420909409dc0314802b907bf2fcc78f54927295 /template | |
parent | 92f86cba3806a13936dc5dc3d341194bd60f4af6 (diff) | |
download | bugzilla-c9806c3558e6a37c748488520d0c83e471809104.tar.gz bugzilla-c9806c3558e6a37c748488520d0c83e471809104.tar.xz |
Bug 73330: Remove extra newlines in bugmail
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/email/newchangedmail.txt.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index 494c12060..b90c15b1d 100644 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ b/template/en/default/email/newchangedmail.txt.tmpl @@ -41,8 +41,10 @@ X-Bugzilla-Changed-Fields: [% changedfields %] [%+ threadingmarker %] [%+ urlbase %]show_bug.cgi?id=[% bugid %] +[%- IF diffs %] [%+ diffs %] +[% END -%] [% FOREACH comment = new_comments %] --- Comment #[% comment.count %] from [% comment.author.identity %] [%+ comment.time FILTER time %] --- |