weavejester / hiccup

Fast library for rendering HTML in Clojure
http://weavejester.github.io/hiccup
Eclipse Public License 1.0
2.68k stars 174 forks source link

Protocol no longer uses as-str, breaks keywords #80

Closed jasonab closed 11 years ago

jasonab commented 11 years ago

The old multimethod called as-str, and rendered :keyword as "keyword." The new protocol uses str exclusively, and renders :keyword as ":keyword"