diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mulk/benki/book_marx.clj | 2 |
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))))) |