<a> tags are created incorrectly on each line in the content
To dupe
- Paste the below code into html mode
<p>top</p>
<p>middle</p>
<p>bottom<br />
</p>
- Edit line one, to be <p><a href="#bottom">top<a/></p>
- toggle to Normal view then back to HTML view
- Notice the change in HTML to:
<p><a href="#bottom">top</a><a></a></p>
<p><a>middle</a></p>
<p><a name="bottom">bottom</a><a><br />
</a></p>
<a></a>
Duplicable in cutesoft website