From b3782f8d3c53b6e63caea5a6324b237fa5da1ee7 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 25 Aug 2009 17:52:34 +0000 Subject: [PATCH] =?utf8?q?Bug=20510798:=20Omit=20"---=20Comment=200"=20lin?= =?utf8?q?e=20for=20new=20bugs=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83?= =?utf8?q?=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/email/newchangedmail.txt.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index b90c15b1d2..ab614c1da2 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 %] -- 2.47.2