Dan Chapman created SLING-5841: ---------------------------------- Summary: Self closing DIV when using 'html' context in Sightly Key: SLING-5841 URL: https://issues.apache.org/jira/browse/SLING-5841 Project: Sling Issue Type: Bug Components: Extensions Reporter: Dan Chapman Priority: Minor
When I do: ${'<div></div>' @context='html'} It outputs invalid HTML, it self-closes the element: <div/> Only a set number of elements are permitted to self-close - http://xahlee.info/js/html5_non-closing_tag.html. -- This message was sent by Atlassian JIRA (v6.3.4#6332)