diff options
-rwxr-xr-x | journal.lisp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/journal.lisp b/journal.lisp index ae71576..1020de8 100755 --- a/journal.lisp +++ b/journal.lisp @@ -62,7 +62,7 @@ 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" + (emit-simple-tags :title "Kommentare — Kompottkins Weisheiten" :updated (atom-time (max (or (single-object (select [max [slot-value 'journal-entry 'date]] @@ -182,7 +182,8 @@ ("xml:base" ,(link-to :index :absolute t)))) (with-tag ("div" '(("xmlns" "http://www.w3.org/1999/xhtml"))) (xml-as-is (with-yaclml-output-to-string - (render-comment-body (body-of journal-entry)))))))))))))) + (<:as-html + (render-comment-body (body-of journal-entry))))))))))))))) #.(restore-sql-reader-syntax-state)) |