Help with my one validation error
-
Hello there. I am having trouble with one last validation error. My main page validates okay. However, when I go to any single post page I get one validation error.
1. Error Line 325, 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 “>”.
✉
2. Info Line 96, column 0: start tag was here .<div id=”container”>
Here are the lines in question.
319. Design by Andreas Viklund |
320. Ported by Ainslie Johnson
321. <!– | xyz translation by your name –>
322. </div>
323.
324.
325. </body>
326.
327. </html>and
92. <body>
93.
94.
95.
96. <div id=”container”>
97.
98.
99.
100. <div id=”sitename”>Can anyone tell me what I need to change here?
The topic ‘Help with my one validation error’ is closed to new replies.