summaryrefslogtreecommitdiff
path: root/src/mulk/benki/book_marx.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/mulk/benki/book_marx.clj')
-rw-r--r--src/mulk/benki/book_marx.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mulk/benki/book_marx.clj b/src/mulk/benki/book_marx.clj
index 16496d3..61755c0 100644
--- a/src/mulk/benki/book_marx.clj
+++ b/src/mulk/benki/book_marx.clj
@@ -118,7 +118,7 @@
(:maxdate (first results)))
items (map #(with-meta
(assoc %
- (hiccup.core/html (htmlize-description (:description %))))
+ :html (hiccup.core/html (htmlize-description (:description %))))
{:type ::bookmark}) @marks)]
(generate-feed "Book Marx" last-updated "marx" (link :marx)
items)))))