In line 86 (navigation_build_tabs()) ouputs an ul that sets id=tab-row$row, but $row will be the same if using more than one menu. This gives multiple identical id-tags, not allowed, should probably have been a class instead (like it is in function navigation_build_menu).

Comments

jeremy’s picture

Assigned: Unassigned » jeremy

Thanks again for the bug report. Switched from an id to a class.

Anonymous’s picture