fix
This commit is contained in:
parent
4557157a4f
commit
735ecd6c5f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<h4>Reply to comment
|
<h4>Reply to comment
|
||||||
<strong>#{fromJust $ commentAuthorSlug comment}</strong> posted on #{formatTime defaultTimeLocale "%A %F %H:%M" (commentTime comment)}:
|
<strong>#{fromJust $ commentAuthorSlug comment}</strong> posted on #{formatTime defaultTimeLocale "%A %F %H:%M" (commentTime comment)}:
|
||||||
<hr>
|
<hr>
|
||||||
<p>#{markdownToHtml $ commentContent comment}
|
<p>#{commentContent comment}
|
||||||
<hr>
|
<hr>
|
||||||
<form method=post enctype=#{enctype}>
|
<form method=post enctype=#{enctype}>
|
||||||
^{replyWidget}
|
^{replyWidget}
|
||||||
|
|
Loading…
Reference in a new issue