diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-03-03 08:54:25 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-03-03 08:54:25 +0100 |
commit | c9402fa350ccde6738729118323f24046569fcd1 (patch) | |
tree | 63f6f8af7738aac0ceec2b8b8ff6ab08d86bda0c /src | |
parent | cab91f42d5b6d62a33380abc2b1a670e70c21e05 (diff) |
Book Marx: Fix a typo that prevented HTML escaping from happening on bookmark descriptions.
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 c74ac63..80fac1e 100644 --- a/src/mulk/benki/book_marx.clj +++ b/src/mulk/benki/book_marx.clj @@ -73,7 +73,7 @@ (map (fn [par] (or (listify par) [:p {} par])) - (string/split text #"\n\s*?\n"))))) + (string/split input #"\n\s*?\n"))))) (defn bookmarks-visible-by [user] (-> bookmarks |