discarding unexpected <...>

Cause:

A opening or closing tag is found. But this tag is currently not expected.

Example:

Good<b>abc</b></b>
Good<b>abc</b>

Solution:

For a closing tag, remove the closing tag or add the missing opening tag before.

References: