SyntaxFix
Write A Post
Hire A Developer
Questions
It happens when we do not close a html tag.
Make sure all the html tags are closed.
In my case it was the <br> tag. It should be <br />.
<br>
<br />
Try temporarily removing piece of code until you find which html tag closing is missing.