summaryrefslogtreecommitdiff
path: root/journal.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'journal.lisp')
-rwxr-xr-xjournal.lisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/journal.lisp b/journal.lisp
index bc7bd2b..2ca1919 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -170,8 +170,7 @@
(when (and comments-p (not (null (comments-about journal-entry))))
(<:div :class :journal-comments
(<:h2 "Kommentare")
- (dolist (comment (comments-about journal-entry
- :ordered-p t))
+ (dolist (comment (comments-about journal-entry :ordered-p t))
(with-slots (author body date id email website)
comment
(<:div :class :journal-comment