clj-haml
clj-haml copied to clipboard
Unescaped quotes in !!! macro-generated strings
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 that this is because, while those quotation marks are present, they are not escaped.
Note that this appears to be true for all three of the cases that generate a DOCTYPE string.