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

Unescaped quotes in !!! macro-generated strings

Open Tcepsa opened this issue 15 years ago • 0 comments

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.

Tcepsa avatar Mar 09 '10 17:03 Tcepsa