diff --git a/templates/commentReply.hamlet b/templates/commentReply.hamlet index 931408f..24bbf8d 100644 --- a/templates/commentReply.hamlet +++ b/templates/commentReply.hamlet @@ -3,7 +3,7 @@

Reply to comment #{fromJust $ commentAuthorSlug comment} posted on #{formatTime defaultTimeLocale "%A %F %H:%M" (commentTime comment)}:
-

#{markdownToHtml $ commentContent comment} +

#{commentContent comment}


^{replyWidget}