Dominik Hardtke created SLING-8937:
--------------------------------------
Summary: "link" tag is incorrectly outputted as self-closing
Key: SLING-8937
URL: https://issues.apache.org/jira/browse/SLING-8937
Project: Sling
Issue Type: Bug
Reporter: Dominik Hardtke
We generate an RSS feed in HTL.
When we put e.g.
{code:xml}
<link>test</link>
{code}
in our template, it is being rendered as
{code:xml}
<link/>test</link>
{code}
A workaround is to use
{code:xml}
${'<link>' @ context='unsafe'}test</link>
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)