Help with validation errors
-
I have this theme almost finished but have on single.php pages the following errors stop validation. I have been at this all day trying to figure it out and just can’t. Any ideas?
d’oh almost forgot url https://www.breadnroses.ca/inprogress/2008/05/hello-world/
# Error Line 378, Column 6: end tag for “div” omitted, but OMITTAG NO was specified .
</body>
?
You may have neglected to close an element, or perhaps you meant to “self-close” an element, that is, ending it with “/>” instead of “>”.
# Info Line 67, Column 0: start tag was here .<div id=”wrap”>
# Error Line 378, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 67 and body .
</body>
?
# Error Line 380, Column 7: XML Parsing Error: Opening and ending tag mismatch: body line 62 and html .</html>
?
# Error Line 380, Column 7: XML Parsing Error: Premature end of data in tag html line 2 .</html>
- The topic ‘Help with validation errors’ is closed to new replies.