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

html5 tag does not render parameters properly #97

Closed kitofr closed 10 years ago

kitofr commented 10 years ago

Using hiccup 1.0.1 i get the following output when I use html5.

(h/html5 {:ng-app "foo"})
;=> "<!DOCTYPE html>\n<html></html>"
asmala commented 10 years ago

This seems to work fine from 1.0.3 onwards, apparently added by this commit.

kitofr commented 10 years ago

Ah, ok. I'll try to upgrade. Tnx.