Skip to content

Commit

Permalink
Revert "use interpose instead of interleave"
Browse files Browse the repository at this point in the history
This reverts commit 78fa4be.
  • Loading branch information
Takahiro Hozumi committed Jul 8, 2012
1 parent 78fa4be commit 9c5d37c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/leiningen/hicv.clj
Expand Up @@ -42,7 +42,8 @@
(str "#" id)) (str "#" id))
(when class (when class
(apply str (apply str
(interpose \. (re-seq #"\w+" class))))))) (interleave (repeat ".")
(re-seq #"\w+" class)))))))


(defn- enlive-node2hiccup [node] (defn- enlive-node2hiccup [node]
(if (map? node) (if (map? node)
Expand Down

0 comments on commit 9c5d37c

Please sign in to comment.