Panu Kalliokoski

Results 3 issues of Panu Kalliokoski

When I write HTML4 templates, Hiccup produces markup without closing tags for : user=> (require '[hiccup.page :refer [html4]]) nil user=> (html4 [:head [:script {:src "foo.js" :type "text/javascript"}]]) "\n" However, the...

Kibit 0.1.8 makes this suggestion: ``` Consider using: or instead of: #(or %1 %2) ``` I don't think there is any context where this suggestion makes sense: `or` is not...