using data-sly-element and data-sly-unwrap creates malfromed html
Hi all, does any one else have this problem?
doing this:
<div data-sly-unwrap="${true}" data-sly-element="${'span'}">
TEST
</div>
creates this:
<span
TEST
</span>
Hi all, does any one else have this problem?
doing this:
<div data-sly-unwrap="${true}" data-sly-element="${'span'}">
TEST
</div>
creates this:
<span
TEST
</span>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.