aurora_item_list() was introduced to remove the div.item-list wrapper around item lists. However for nested lists, aurora_item_list contains a hard-coded call to theme_item_list, which means that the nested lists are still wrapped in a div. There is a reason that this function call is hard coded instead of using theme('item_list', ...), but obviously aurora_item_list() should call itself too.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marcvangend’s picture

Status: Active » Needs review
FileSize
596 bytes

iamcarrico’s picture

Status: Needs review » Fixed

Good catch— committed and deployed.

Status: Fixed » Closed (fixed)

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