From e2571e582fe302337924ecc6aea27505b94b982a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 28 Sep 2014 20:23:56 +0100 Subject: Fix error parsing dt value from unexpected element --- src/microformats/parser.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/microformats/parser.clj b/src/microformats/parser.clj index 27c1388..8d5bb10 100644 --- a/src/microformats/parser.clj +++ b/src/microformats/parser.clj @@ -135,7 +135,8 @@ :del (-> el :attrs :datetime) :abbr (-> el :attrs :title) :data (-> el :attrs :value) - :input (-> el :attrs :value)) + :input (-> el :attrs :value) + nil) (node-to-text (:content el)) ""))) -- cgit 1.4.1