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

Add <select> to container-tags #76

Closed sgt closed 11 years ago

sgt commented 11 years ago

An empty <select> tag is rendered incorrectly without an explicit ending tag, at least in Chrome and Firefox.

jjl commented 11 years ago

Confirmed in 1.0.3. I spent an hour debugging why my javascript wasn't working only to discover it was select rendering tripping angular up.