Hello,
In order to format the more tags I wrap in a paragraph like this:
<p class="more"><!--more--></p>
When I view a single post the more tag comes out like this:
<p class="more"><span id="more-3"></span></div>
Why is the closing p turning into a closing div?