clj-haml icon indicating copy to clipboard operation
clj-haml copied to clipboard

a haml like template HTML library for clojure

Results 2 clj-haml issues
Sort by recently updated
recently updated
newest added

The result of (!!!) is It should be With escaped quotes and a space separating the name string from the URI string. After looking at the source code, it seems...

When using (!!! "Strict"), the resulting string is It should be (Note specifically the "xhtml1-strict.dtd" at the end rather than "xhtml1-transitional.dtd")