From a551cae5ad8b9cf101e20cb5a353d8e7bed47aa9 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 8 Jan 2009 22:49:47 +0100 Subject: Really fix comment feed title. darcs-hash:9111dc8407835e3429f024fde3d196a82d90bea0 --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]] -- cgit v1.2.3