line 267...

$out = theme_item_list($themed_items).$pager;

Should be

$out = theme('item_list', $themed_items).$pager;

Only minor - but it stops the theme layer doing its job :)

CommentFileSizeAuthor
#1 nr_theme.patch711 bytesandypost

Comments

andypost’s picture

StatusFileSize
new711 bytes

Need test patch

andypost’s picture

Status: Needs review » Fixed

Commited to 6-dev

Status: Fixed » Closed (fixed)

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