diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-01-08 22:49:47 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-01-08 22:49:47 +0100 |
commit | a551cae5ad8b9cf101e20cb5a353d8e7bed47aa9 (patch) | |
tree | f0e5087459673a38e15bf69e3b1dad4ac0c87c80 | |
parent | 9d66e793ee35f61b0ae1ae57a90948cc34bd4577 (diff) |
Really fix comment feed title.
darcs-hash:9111dc8407835e3429f024fde3d196a82d90bea0
-rwxr-xr-x | journal.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp index ca57fac..cfac6fd 100755 --- a/journal.lisp +++ b/journal.lisp @@ -63,7 +63,7 @@ (with-xml-output (*standard-output* :encoding "utf-8") (with-tag ("feed" '(("xmlns" "http://www.w3.org/2005/Atom"))) (with-tag ("title") - (xml-as-is "Kommentare — Kompottkins Weisheiten")) + (xml-as-is "Kommentare — Kompottkins Weisheiten")) (emit-simple-tags :updated (atom-time (max (or (single-object (select [max [slot-value 'journal-entry 'date]] |