From 033516172c84bc772c7deeea8875445b4e7d48a2 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 30 Sep 2007 00:45:33 +0200 Subject: Fix comment viewing. darcs-hash:abb4db3e848ccfb0b9c90e8648460d25122e66aa --- journal.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'journal.lisp') 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 -- cgit v1.2.3