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 |
Jump to:
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
#2
Fixed in 5.x branch, pumping version as a self reminder.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.
#4
Hi,
Is there any roadmap to fix the bug in 6.x?
Thanks.