Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Escape data attributes in template. | Matthew Somerville | 2018-05-23 | -0/+28 |
This fixes a bug whereby a double quote in an item would not be JSON-escaped due to being HTML-escaped first, meaning it would not parse as JSON on the client. |