summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))