Umbraco version 13.9.2
When creating a text link in the RTE without a title attribute, it renders as:
<a href="mailto:[email protected]">mailto:[email protected]</a href="mailto:[email protected]">
obviously making it not a link at all.
But, with a title attribute renders as:
<a href="mailto:[email protected]" title="title">[email protected]</a>
The
here doesn’t hurt anything but shouldn’t be there. The link works as intended though so just a minor issue.
This happens when using @Html.Raw(content)