diff options
-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]] |