diff options
Diffstat (limited to 'template/en/default/email/flagmail.html.tmpl')
-rw-r--r-- | template/en/default/email/flagmail.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/email/flagmail.html.tmpl b/template/en/default/email/flagmail.html.tmpl index 1c8fc0731..152c3420e 100644 --- a/template/en/default/email/flagmail.html.tmpl +++ b/template/en/default/email/flagmail.html.tmpl @@ -73,7 +73,8 @@ <b>Description:</b> [% END %] [% comment_div = comment.is_markdown ? "div" : "pre" %] - <[% comment_div FILTER none %] class="bz_comment_text">[% comment.body_full({ wrap => 1 }) FILTER markdown(bug, comment, to_user) %]</[% comment_div FILTER none %]> + [% wrap = comment.is_markdown ? 0 : 1 %] + <[% comment_div FILTER none %] class="bz_comment_text">[% comment.body_full({ wrap => wrap }) FILTER markdown(bug, comment, to_user) %]</[% comment_div FILTER none %]> </div> [% END %] </p> |