Missing closing li tag in taxonomy term block lists

Liam McDermott - January 8, 2007 - 16:16
Project:Taxonomy HTML
Version:HEAD
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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):

<?php
 
} else {
   
$output .= "</li>";
  }
?>

This fix can be seen in action at http://www.apaddedcell.com (see menu on the right sidebar).

#1

NancyDru - February 2, 2008 - 03:16

The 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.

 
 

Drupal is a registered trademark of Dries Buytaert.