summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2010-01-23 17:40:50 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2010-01-23 17:40:50 +0100
commit0627b4efc79fff7f905a4a9564746f99bca6a071 (patch)
treec990672b56d66713f0fd3217c79977cd0aa312ab
parent60f785aad98aacfe56b76d6f7ef166f8975cb0c3 (diff)
Atom feed: Fix title tag generation.
Ignore-this: ff25f3392d6e6fd283c57d71e5012003 darcs-hash:e26edee4e2b1d5b3077f3c92c84d32a96cc6a441
-rwxr-xr-xjournal.lisp2
1 files changed, 1 insertions, 1 deletions
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))