diff options
-rw-r--r-- | main.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ [style "max-width:100%;"] [loading "lazy"])) '()) - (p (@ [style "min-height:0.5em;white-space:pre;"]) ,(content p)) + (p (@ [style "min-height:0.5em;white-space:pre-wrap;"]) ,(content p)) (div [@ (class "post-info")] (em "- " (a (@ [href ,(user-path (user p))]) ,(user p))) (span (@ [style "float:right;"]) |