This module does not validate. To fix this, do not close the li that the sub-ul falls under until after the sub-ul close tag. E.g.:

<ul>
 <li>Item 1</li>
 <li>Item 2
  <ul>
   <li>Item 2.a</li>
   <li>Item 2.b
    <ul>
     <li>Item 2.b.i</li>
     <li>Item 2.b.ii</li>
    </ul>
   </li>
   <li>Item 2.c</li>
  </ul>
 </li>
</ul>

Comments

meba’s picture

Will you be able to make a patch? Please take care of TDHTML javascript. It's still not ideal and the patch shouldn't break it...

brasto’s picture

I am very busy with a contract or two. If I have some spare time, I'll look at your code and see if I can help with it. If anyone else wishes to do this, feel free - I'm not sure if or when I can do it.

Anonymous’s picture

Status: Active » Closed (fixed)

This module is no longer being actively developed as it duplicates functionality that can be obtained through the usage of taxonomy_menu ( http://drupal.org/project/taxonomy_menu ) and dhtml_menu ( http://drupal.org/project/dhtml_menu ).