diff --git a/templates/email/default/_email_comment_list.html b/templates/email/default/_email_comment_list.html index efbb3e8daeb..49076c2b35f 100644 --- a/templates/email/default/_email_comment_list.html +++ b/templates/email/default/_email_comment_list.html @@ -5,7 +5,7 @@ [%~ END %] -

“[% update.item_text | html %]”

+ [% update.item_text | html_para | replace('

', '

“') %]

[%~ update.item_name | html IF update.item_name AND NOT update.item_anonymous -%] [% '(' _ cobrand.prettify_dt(update.confirmed) _ ') ' IF cobrand.include_time_in_update_alerts -%] diff --git a/templates/email/default/_email_report_list.html b/templates/email/default/_email_report_list.html index 5f7f67864d4..5a43ce7eabd 100644 --- a/templates/email/default/_email_report_list.html +++ b/templates/email/default/_email_report_list.html @@ -10,7 +10,7 @@

[%~ report.title | html ~%]

-

[% report.detail | html %]

+ [% report.detail | html_para | replace('

', '

') %]

[% cobrand.prettify_dt( report.confirmed ) %]. [% report.nearest %]