summaryrefslogtreecommitdiff
path: root/journal.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-12 13:16:13 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-12 13:16:13 +0200
commit2cf3ee034b1b63993d337ff1b3f40d0a191c0103 (patch)
tree2dafd44995a97c834be78f6d49ab079f5de630ae /journal.lisp
parenta6c3c1004e45a2d190af63937bdd53ef78fd1cd2 (diff)
Fix another typo.
Ignore-this: 5d374bcc9656c34ea19e361137d130a1 darcs-hash:de31be503dc6603f49ea01488c186b77f01ae28c
Diffstat (limited to 'journal.lisp')
-rwxr-xr-xjournal.lisp2
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 ()