]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/emails/video-comment-new/html.pug
Add test on AP hooks
[github/Chocobozzz/PeerTube.git] / server / lib / emails / video-comment-new / html.pug
index 075af5717197aa3a37a1600f41650cac0497a7ec..cbb683fee82351670808292e9774319877bdac6d 100644 (file)
@@ -5,7 +5,7 @@ block title
 
 block content
   p.
-    #[a(href=accountUrl title=handle) #{accountName}] added a comment on your video 
+    #[a(href=accountUrl title=handle) #{accountName}] added a comment on your 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;")