Page 1 of 1

Problems with validating page with ellnav

Posted: Thu Jun 08, 2006 9:46 pm
by FinnK
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:
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 .
I am using in a template:

Code: Select all

<!-- Start Navigation -->
              <div id="menu_vert">
        
         {cms_module module='menumanager' template='ellnav-vert.tpl' start_level='2' }
      
               </div>
      <!-- End Navigation -->
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

Re: Problems with validating page with ellnav

Posted: Thu Jun 08, 2006 10:25 pm
by hotaru
This looks like a problem I had with ElNav a little while ago. See here:

http://forum.cmsmadesimple.org/index.ph ... 556.0.html

Seems to be a bug. We never were able to truly solve the problem.