From 3fc5c1ad840f98926319478a855dab3686a0ace3 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 23 Dec 2018 10:51:00 -0500 Subject: [PATCH] Fix escaping in email notification template --- view/templates/email_notify_html.tpl | 42 +++++++++++++++------------- 1 file changed, 23 insertions(+), 19 deletions(-) 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}}
+ - -- 2.39.2