Closed (fixed)
Project:
Menu Block Split
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Jan 2009 at 10:51 UTC
Updated:
30 Jan 2009 at 13:31 UTC
Drupal 6.X
I use a 3 levels menu, like:
-item1
---item11
-----item111
-----item112
---item12
-item2
When I click on item111
the title of the 2nd menu block becomes "item111" instead of "item11".
Comments
Comment #1
anrikun commentedThe patch from http://drupal.org/node/313778
http://drupal.org/files/issues/menu_block_split_drupal6_cleanup.patch
corrects the bug but breaks XHTML validation by adding a 2nd
Comment #2
anrikun commentedSorry, the current dev version corrects the bug