End tag for ... omitted, but OMITTAG NO was specified

Cause:

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

Example:

In XHTML,

Good<br>
Good<br/>

Solution:

Close the tag.

References: