From 81ee29e716aa161a9a53301239ae19a39baec482 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 1 Nov 2009 20:12:26 +0000 Subject: Bug 524891: Make leading whitespace not be trimmed from comments on display. Patch by Max Kanat-Alexander r=LpSolit, a=mkanat --- template/en/default/email/newchangedmail.txt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/email/newchangedmail.txt.tmpl') diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index ab614c1da..9b1443bc2 100644 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ b/template/en/default/email/newchangedmail.txt.tmpl @@ -50,7 +50,7 @@ X-Bugzilla-Changed-Fields: [% changedfields %] [%- IF comment.count %] --- Comment #[% comment.count %] from [% comment.author.identity %] [%+ comment.time FILTER time %] --- [% END %] -[%+ PROCESS bug/format_comment.txt.tmpl comment = comment %] +[%+ FILTER remove('^X') %][% PROCESS bug/format_comment.txt.tmpl %][% END %] [% END %] -- [%# Protect the trailing space of the signature marker %] -- cgit v1.2.3-24-g4f1b