From 735ecd6c5f471241fcfef9e934f1b11443a7394a Mon Sep 17 00:00:00 2001 From: neko Date: Tue, 18 Aug 2015 23:58:56 +0200 Subject: [PATCH] fix --- templates/commentReply.hamlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}