diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-08 12:37:28 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-08 12:37:28 +0200 |
commit | 4edfe9d3d7eb726782ea888530d00369cdec69fa (patch) | |
tree | 52c09238cf6f970a1cb027d486ca61f648e401ff | |
parent | d9c0c3063f444ff122c054a0fffaad0195931b97 (diff) |
Enhance debuggability.
Ignore-this: 2e67ecfcc5d9e28bf7c980b6950b1938
darcs-hash:a583add7534ee3865d71928c50958b06fdca5156
-rwxr-xr-x | journal.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp index eb1316d..0488f23 100755 --- a/journal.lisp +++ b/journal.lisp @@ -35,7 +35,7 @@ "/journal"))) (multiple-value-call #'(lambda (&rest args) (apply #'format out args)) - (case action + (ecase action (:index "") (:full-index "/?full") (:view-atom-feed (values "/feed")) |