summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-05-01 22:06:18 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-05-01 22:06:18 +0200
commit7ea971a34d5df944c1df29dd0bbe1fdb9d7fc17a (patch)
treedf5d81efa2f9558d59e89dcc4fe75fe6e030e592
parent326a0e8afd98e3b4c686c37dab8db27e3e6deb9b (diff)
Fix a typo causing Book Marx to fail in generating Atom feeds.
-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)))))