summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-08 17:24:22 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-08 17:24:22 +0200
commit1bb6b44043eb9b1b18d6c4eff5a9a113c107394a (patch)
tree8b7f92d9df231dc52fceb30fc1f7464fc5583714
parent9f42220b6816b200b217c7bf30d758653136f3b3 (diff)
Fix SHOW-ATOM-ENTRY.
Ignore-this: ca9ea9a314ccd9e89bff8db673729824 darcs-hash:ebd7692666b643b8fba43f252d445162b8828743
-rwxr-xr-xjournal.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp
index 67295b4..75a7afd 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -133,7 +133,7 @@
(http-send-headers "application/atom+xml; charset=UTF-8")
(with-xml-output (*standard-output* :encoding "utf-8")
- (show-atom-entry-xml journal-entry :full-content t)))
+ (show-atom-entry-xml (find-entry *post-number*) :full-content t)))
(defun show-atom-entry-xml (journal-entry &key full-content include-edit-links)