diff --git a/mod/forum/templates/forum_post_email_htmlemail.mustache b/mod/forum/templates/forum_post_email_htmlemail.mustache index bb32eac2f01..f354b2333a7 100644 --- a/mod/forum/templates/forum_post_email_htmlemail.mustache +++ b/mod/forum/templates/forum_post_email_htmlemail.mustache @@ -81,14 +81,14 @@ @@ -99,7 +99,7 @@
- {{ subject }} + {{{ subject }}}
{{# str }} bynameondate, forum, { "name": "{{ authorfullname }}", "date": "{{ postdate }}" } {{/ str }} @@ -118,7 +118,7 @@ {{# attachments }}
- {{ attachments }} + {{{ attachments }}}
{{/ attachments }} {{{ message }}} diff --git a/mod/forum/templates/forum_post_emaildigestbasic_htmlemail.mustache b/mod/forum/templates/forum_post_emaildigestbasic_htmlemail.mustache index 444d4c7c83d..912b606677b 100644 --- a/mod/forum/templates/forum_post_emaildigestbasic_htmlemail.mustache +++ b/mod/forum/templates/forum_post_emaildigestbasic_htmlemail.mustache @@ -42,7 +42,7 @@ } }}
- {{ subject }} + {{{ subject }}} {{# str }} bynameondate, forum, { "name": "{{ authorfullname }}", "date": "{{ postdate }}"