From 98b94643127d881cbc09a12812185aed44173f16 Mon Sep 17 00:00:00 2001 From: Kimsible <1877318+kimsible@users.noreply.github.com> Date: Sat, 7 Nov 2020 22:59:58 +0100 Subject: render html/markdown for new comment notification email (#3255) Co-authored-by: kimsible Co-authored-by: Rigel Kent --- server/lib/emails/video-comment-mention/html.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/lib/emails/video-comment-mention/html.pug') diff --git a/server/lib/emails/video-comment-mention/html.pug b/server/lib/emails/video-comment-mention/html.pug index 9e9ced62d..a34c6b090 100644 --- a/server/lib/emails/video-comment-mention/html.pug +++ b/server/lib/emails/video-comment-mention/html.pug @@ -5,7 +5,7 @@ block title block content p. - #[a(href=accountUrl title=handle) #{accountName}] mentioned you in a comment on video + #[a(href=accountUrl title=handle) #{accountName}] mentioned you in a comment on video "#[a(href=videoUrl) #{video.name}]": - blockquote #{comment.text} - br(style="display: none;") \ No newline at end of file + blockquote !{commentHtml} + br(style="display: none;") -- cgit v1.2.3