improper nesting of tags when bold continues after anchor
Status: Beta
Brought to you by:
meshko
When you have bold text inside a link and immediately following the link, the xml generated starts an anchor tag and starts the bold tag correctly. But then it ends the anchor tag and finishes the bold text before ending the bold tag. This creates parse errors because the tags are not nested properly.
This also happens with <b><i>bold and itallic</b></i> combined.