diff options
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 b90c15b1d..ab614c1da 100644 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ b/template/en/default/email/newchangedmail.txt.tmpl @@ -47,7 +47,9 @@ X-Bugzilla-Changed-Fields: [% changedfields %] [% END -%] [% FOREACH comment = new_comments %] +[%- IF comment.count %] --- Comment #[% comment.count %] from [% comment.author.identity %] [%+ comment.time FILTER time %] --- +[% END %] [%+ PROCESS bug/format_comment.txt.tmpl comment = comment %] [% END %] |