summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2010-01-16 10:13:01 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2010-01-16 10:13:01 +0100
commita61f2c69cbdbb6814f5173542fb0ff6cc82c98e0 (patch)
tree0cb16da75dbf38daac64ce299719f1b9b33a8d52
parent68d5adf27e738a87e3fec404983b0cc41def50b7 (diff)
Fix a typo.
Ignore-this: 924af1d3f4bf33b756730b0854fdedf3 darcs-hash:5790e5fff2910c5bfb4271c1be107d98e25574c8
-rwxr-xr-xjournal.lisp2
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)