From 5db5cc904af159d6ef63dc765eedc20a9aa5adfc Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 30 Dec 2018 10:20:38 -0500 Subject: [PATCH] Unescape plaintext email body --- view/templates/email_notify_text.tpl | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/view/templates/email_notify_text.tpl b/view/templates/email_notify_text.tpl index 02266e71d0..28b644d248 100644 --- a/view/templates/email_notify_text.tpl +++ b/view/templates/email_notify_text.tpl @@ -1,17 +1,14 @@ - -{{$preamble}} +{{$preamble nofilter}} {{if $content_allowed}} -{{$title}} +{{$title nofilter}} -{{$textversion}} +{{$textversion nofilter}} {{/if}} -{{$tsitelink}} -{{$titemlink}} - -{{$thanks}} -{{$site_admin}} - +{{$tsitelink nofilter}} +{{$titemlink nofilter}} +{{$thanks nofilter}} +{{$site_admin nofilter}}