From 7ea971a34d5df944c1df29dd0bbe1fdb9d7fc17a Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 1 May 2012 22:06:18 +0200 Subject: Fix a typo causing Book Marx to fail in generating Atom feeds. --- src/mulk/benki/book_marx.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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))))) -- cgit v1.2.3