diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-12 13:16:13 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-12 13:16:13 +0200 |
commit | 2cf3ee034b1b63993d337ff1b3f40d0a191c0103 (patch) | |
tree | 2dafd44995a97c834be78f6d49ab079f5de630ae | |
parent | a6c3c1004e45a2d190af63937bdd53ef78fd1cd2 (diff) |
Fix another typo.
Ignore-this: 5d374bcc9656c34ea19e361137d130a1
darcs-hash:de31be503dc6603f49ea01488c186b77f01ae28c
-rwxr-xr-x | journal.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp index 59e33e9..e9451dc 100755 --- a/journal.lisp +++ b/journal.lisp @@ -743,7 +743,7 @@ (with-open-file (*standard-output* file-path :direction :output :if-exists :supersede) (with-yaclml-stream *standard-output* (let ((*mode* :file)) - (with-web-journal (title :canonical-uri (link-to :view :post-id post-id :absolute t)) + (with-web-journal (title :canonical-uri (link-to :view :post-id id :absolute t)) (show-journal-entry entry :comments-p t)))))))) (defun update-atom-feed () |