Notice: nested emphasis ...

Cause:

The same tag is containing himself. The second tag add no more information. This is not a HTML error.

Example:

nested emphasis <b>

Good<b><b>This is bold</b></b>
Good<b>This is bold</b>

Solution:

Remove one of the tags.

References: