Active
Project:
Taxonomy HTML
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2007 at 16:16 UTC
Updated:
2 Feb 2008 at 03:16 UTC
There is a missing closing li tag in taxonomy term block lists. The last li in a list is never closed unless it is part of a sub-list ($lastdepth > 0).
This can be fixed by changing line 107 (and inserting another 2 lines):
} else {
$output .= "</li>";
}
This fix can be seen in action at http://www.apaddedcell.com (see menu on the right sidebar).
Comments
Comment #1
nancydruThe project page says this module is not being maintained any longer. If you really want it over the alternatives, let me know because I'm sure Gabor would let me have it.