diff options
-rwxr-xr-x | journal.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp index 49bfc4a..5cccfed 100755 --- a/journal.lisp +++ b/journal.lisp @@ -480,7 +480,7 @@ :href (link-to :view-comment-feed) :title "Kompottkins weiser Kommentarfeed") (when *post-number* - (let ((entry find-entry *post-number*)) + (let ((entry (find-entry *post-number*))) (<:link :rel "replies" :type "application/atom+xml" :href (link-to :view-comment-feed :post-id *post-number* :absolute t) |