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

attempt to fix namespaced keywords, issues #145 #135 #147

Closed lucacervello closed 6 years ago

lucacervello commented 7 years ago

First attempt to fix #145 and #135, is this acceptable ?

weavejester commented 7 years ago

I'm not sure why you're replacing / with -. It seems more arbitrary than the current behaviour of just ignoring the namespace.

lucacervello commented 7 years ago

I just thought that in #145 isn't the best behaviour to ignore the namespaces.