diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-12 13:15:26 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-12 13:15:26 +0200 |
commit | a6c3c1004e45a2d190af63937bdd53ef78fd1cd2 (patch) | |
tree | 6ceaa092a3ffaf3111d0f34140ad50eb40470f6a | |
parent | 06182430d98220c5ef994216f5031637a738d31b (diff) |
Fix a typo.
Ignore-this: c9f7d194200fa01eaed6d06ca0fc0938
darcs-hash:7a6116c9997e0ff176dfb95cee91aadbccd5a757
-rwxr-xr-x | journal.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp index 2669060..59e33e9 100755 --- a/journal.lisp +++ b/journal.lisp @@ -503,7 +503,7 @@ nil) :canonical-uri (case *action* (:view - (link-to :view :post-id post-id :absolute t)) + (link-to :view :post-id *post-number* :absolute t)) ((:index nil) (link-to :index :absolute t)))) (case *action* |