From: Hypolite Petovan Date: Sun, 23 Dec 2018 15:51:00 +0000 (-0500) Subject: Fix escaping in email notification template X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3fc5c1ad840f98926319478a855dab3686a0ace3;p=friendica.git Fix escaping in email notification template --- diff --git a/view/templates/email_notify_html.tpl b/view/templates/email_notify_html.tpl index 94fac74471..d9eeb841fd 100644 --- a/view/templates/email_notify_html.tpl +++ b/view/templates/email_notify_html.tpl @@ -1,4 +1,3 @@ - @@ -6,28 +5,33 @@ - +
- - + + + - + - - {{if $content_allowed}} +{{if $content_allowed}} {{if $source_photo}} - - - {{/if}} - - - {{/if}} - - - - + + + + + {{/if}} + + +{{/if}} + + + + -
{{$product}}
+ +
{{$product}}
+
+
{{$preamble}}
{{$preamble nofilter}}
{{$source_name}}
{{$title}}
{{$htmlversion}}
{{$hsitelink}}
{{$hitemlink}}
{{$thanks}}
{{$site_admin}}
{{$source_name}}
{{$title}}
{{$htmlversion nofilter}}
{{$hsitelink nofilter}}
{{$hitemlink nofilter}}
{{$thanks}}
{{$site_admin}}
+ -