From 2cf3ee034b1b63993d337ff1b3f40d0a191c0103 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 12 Oct 2009 13:16:13 +0200 Subject: Fix another typo. Ignore-this: 5d374bcc9656c34ea19e361137d130a1 darcs-hash:de31be503dc6603f49ea01488c186b77f01ae28c --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- cgit v1.2.3