diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-05-01 22:06:18 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-05-01 22:06:18 +0200 |
commit | 7ea971a34d5df944c1df29dd0bbe1fdb9d7fc17a (patch) | |
tree | df5d81efa2f9558d59e89dcc4fe75fe6e030e592 /src | |
parent | 326a0e8afd98e3b4c686c37dab8db27e3e6deb9b (diff) |
Fix a typo causing Book Marx to fail in generating Atom feeds.
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))))) |