diff --git a/web/templates/comment/post_comment.html b/web/templates/comment/post_comment.html index 92ec663..586e6de 100644 --- a/web/templates/comment/post_comment.html +++ b/web/templates/comment/post_comment.html @@ -40,7 +40,7 @@ {{if and (eq .Request.Method "POST") (ne .Message "")}} -
+
{{ToMarkdown .Message}}
{{end}} diff --git a/web/templates/forum/new_post.html b/web/templates/forum/new_post.html index 7370044..4e2a9d2 100644 --- a/web/templates/forum/new_post.html +++ b/web/templates/forum/new_post.html @@ -49,7 +49,7 @@ {{if and (eq .Request.Method "POST") (ne .Message "")}} -
+
{{ToMarkdown .Message}}
{{end}} diff --git a/web/templates/photo/permalink.html b/web/templates/photo/permalink.html index 132e26e..6d9cc93 100644 --- a/web/templates/photo/permalink.html +++ b/web/templates/photo/permalink.html @@ -232,7 +232,7 @@

{{else}} {{range .Comments}} -