diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-08 17:24:22 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-08 17:24:22 +0200 |
commit | 1bb6b44043eb9b1b18d6c4eff5a9a113c107394a (patch) | |
tree | 8b7f92d9df231dc52fceb30fc1f7464fc5583714 | |
parent | 9f42220b6816b200b217c7bf30d758653136f3b3 (diff) |
Fix SHOW-ATOM-ENTRY.
Ignore-this: ca9ea9a314ccd9e89bff8db673729824
darcs-hash:ebd7692666b643b8fba43f252d445162b8828743
-rwxr-xr-x | journal.lisp | 2 |
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) |