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

$output = theme('item_list', $items);

This patch fixes that problem.

Cheers
zyxware

CommentFileSizeAuthor
#1 similarterms-patch.txt1.04 KBzyxware

Comments

zyxware’s picture

Title: Theme class exist for displaying list » Problem with alignment
Priority: Normal » Minor
StatusFileSize
new1.04 KB

Patch file for the above issue is attached.
Thanks
zyxware

blackdog’s picture

Title: Problem with alignment » Use theme_item_list for output
Status: Needs review » Reviewed & tested by the community

Patch applies with fuzz, functions great.

Note that this patch also includes this one.

rmiddle’s picture

Added to CVS should be included in 5.x-1.6 / 6.x-1.5 when released

rmiddle’s picture

Status: Reviewed & tested by the community » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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