From 9d66e793ee35f61b0ae1ae57a90948cc34bd4577 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 8 Jan 2009 21:28:46 +0100 Subject: Fix comment feed title. darcs-hash:8a6b92dcefe4f71c84974764b7c056651c8ed691 --- journal.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'journal.lisp') diff --git a/journal.lisp b/journal.lisp index b5c0508..ca57fac 100755 --- a/journal.lisp +++ b/journal.lisp @@ -62,8 +62,9 @@ 0))) (with-xml-output (*standard-output* :encoding "utf-8") (with-tag ("feed" '(("xmlns" "http://www.w3.org/2005/Atom"))) - (emit-simple-tags :title "Kommentare — Kompottkins Weisheiten" - :updated (atom-time + (with-tag ("title") + (xml-as-is "Kommentare — Kompottkins Weisheiten")) + (emit-simple-tags :updated (atom-time (max (or (single-object (select [max [slot-value 'journal-entry 'date]] :from [journal-entry] -- cgit v1.2.3