at line 1106 in the facebook_status.module there is

return theme_item_list($list, NULL, 'ul', array('div' => 'facebook_status_list_block'));

but it must be

return theme_item_list($list, NULL, 'ul', array('class' => 'facebook_status_list_block'));

Comments

icecreamyou’s picture

Status: Active » Fixed

Fixed in dev.

Status: Fixed » Closed (fixed)

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