From: Hypolite Petovan Date: Sun, 30 Dec 2018 15:20:38 +0000 (-0500) Subject: Unescape plaintext email body X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5db5cc904af159d6ef63dc765eedc20a9aa5adfc;p=friendica.git Unescape plaintext email body --- 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}}