From 0627b4efc79fff7f905a4a9564746f99bca6a071 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 23 Jan 2010 17:40:50 +0100 Subject: Atom feed: Fix title tag generation. Ignore-this: ff25f3392d6e6fd283c57d71e5012003 darcs-hash:e26edee4e2b1d5b3077f3c92c84d32a96cc6a441 --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journal.lisp b/journal.lisp index c27acda..bb5e1b7 100755 --- a/journal.lisp +++ b/journal.lisp @@ -157,7 +157,7 @@ journal-entry (with-tag ("entry") (with-tag ("title" `(("type" "html"))) - (xml-out title)) + (xml-as-is title)) (emit-simple-tags :id (format nil "urn:uuid:~(~A~)" (uuid-of journal-entry)) :updated (atom-time (or last-modification date)) -- cgit v1.2.3