Use theme_item_list for output
| Project: | Similar By Terms |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Description
Hi jjeff ,
I found a bug in similar by terms module. There is an additional tab space while viewing "Similar" block content. This can be solved by passing the list to theme function with class "item-list".
<?php
$output = theme('item_list', $items);
?>This patch fixes that problem.
Cheers
zyxware

#1
Patch file for the above issue is attached.
Thanks
zyxware
#2
Patch applies with fuzz, functions great.
Note that this patch also includes this one.
#3
Added to CVS should be included in 5.x-1.6 / 6.x-1.5 when released
#4
#5
Automatically closed -- issue fixed for two weeks with no activity.