Block lists lack CSS class attributes

jpfle - March 10, 2009 - 02:59
Project:Taxonomy Blocks
Version:6.x-1.0-beta1
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

Lists generated by taxonomy_blocks.module don't have CSS class attributes. About lines 148-157 of the file, there's something like:

$output .= '<ul>';
...
$output .= '</ul>';
...
$output .= '</li>';
...
$output .= '<li>';

The problem is that lists aren't styled with default CSS, because there's no class attribute. I think that using theme_menu_item function or something like that could do the trick.

#1

Omar - March 11, 2009 - 14:43
Version:6.x-1.0-beta1» 5.x-1.0-beta1
Status:active» fixed

#2

Omar - March 11, 2009 - 14:44
Version:5.x-1.0-beta1» 6.x-1.0-beta1

Fixed in 5.x branch, pumping version as a self reminder.

#3

System Message - March 25, 2009 - 14:50
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

#4

jpfle - March 28, 2009 - 13:58

Hi,

Is there any roadmap to fix the bug in 6.x?

Thanks.

 
 

Drupal is a registered trademark of Dries Buytaert.