return "\n
\n"; (menu_block_split.module Line 217)
This string needed to be changed to - return "\n". $output ."\n";
I had the same problem with a menu on a website. After installing the dev-Version everything was fine ;)..
The solution you provided is not working on system-given sites ( e.g. guestbook / user-login page.. )
Duplicate of #380864: Double <ul class="menu"> in 2nd menu block (breaks XHTML validation)
Fixed in dev version, as stated above.
I'm still experiencing this problem with a recent download of 6.14.
I upgraded from 5.x, converted the menus (and rebuilt them using devel), and they're still printing twice. Can you give me the name of the file that I need to edit to fix this?
Thank you.
Comments
Comment #1
steffenrI had the same problem with a menu on a website.
After installing the dev-Version everything was fine ;)..
The solution you provided is not working on system-given sites ( e.g. guestbook / user-login page.. )
Comment #2
nielt commentedDuplicate of #380864: Double <ul class="menu"> in 2nd menu block (breaks XHTML validation)
Fixed in dev version, as stated above.
Comment #3
nielt commentedComment #4
Anonymous (not verified) commentedI'm still experiencing this problem with a recent download of 6.14.
I upgraded from 5.x, converted the menus (and rebuilt them using devel), and they're still printing twice. Can you give me the name of the file that I need to edit to fix this?
Thank you.
Comment #5
hutch commented