diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2010-01-15 10:28:55 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2010-01-15 10:28:55 +0100 |
commit | 17b39edb2c7daa4ee7f3178c82abba7c2666bc31 (patch) | |
tree | ab080eff5b19ec92cd94c73521aa7ca282683337 | |
parent | eea4f09c56dba56a32d911f20483d1969b9d2ff5 (diff) |
Fix a typo.
Ignore-this: ff2a41f79475555912fb7c8e9930febf
darcs-hash:5708afe4d572edf3daff01e09928adf6858af836
-rwxr-xr-x | journal.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp index 071c1fa..26775e6 100755 --- a/journal.lisp +++ b/journal.lisp @@ -340,7 +340,7 @@ (<:button :type "submit" (<:as-is "Bearbeiten")))) " | " - (<:a :href (link-to :view-atom-feed :post-id id) + (<:a :href (link-to :view-comment-feed :post-id id :absolute t) (<:as-is (format nil "Kommentarfeed (Atom)" (length comments)))) " | " |