The same tag is containing himself. The second tag add no more
information.
This is not a HTML error.
Remove one of the tags
| BAD
<b><b>This is bold</b></b> GOOD <b>This is bold</b> |
HTML specification: http://www.w3.org/TR/html4/