Problems with validating page with ellnav
Posted: Thu Jun 08, 2006 9:46 pm
I am going through my site validating pages with "validator.w3.org". After validating a number of pages I got troubles with this page:
http://www.filmklippere.com/cms/index.p ... sider_m_cv
Tha validator reports:
If someone would take a look at the page through the validator and speculate on what may be wrong it would be nice. The page works, but it would be even nicer if it validates.
FinnK
http://www.filmklippere.com/cms/index.p ... sider_m_cv
Tha validator reports:
I am using in a template:Below are the results of checking this document for XML well-formedness and validity.
Error Line 104, column 11: end tag for "li" omitted, but OMITTAG NO was specified .
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 87, column 0: start tag was here .
✉
Info Line 85, column 0: start tag was here .
Code: Select all
<!-- Start Navigation -->
<div id="menu_vert">
{cms_module module='menumanager' template='ellnav-vert.tpl' start_level='2' }
</div>
<!-- End Navigation -->FinnK