Active
Project:
Marinelli
Version:
7.x-3.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Feb 2011 at 13:37 UTC
Updated:
18 Jan 2012 at 19:34 UTC
When you use de li tag only option for the megamenu and you do not have items under level 2 (1 menulink with multiple childern but no grandchildern) the HTML markup is wrong.
ul and li tags are not being closed. You can prevent this with the h2 h3 option but this messes up the width and is not what I want from a SEO point of view.
Could you please fix this.
Comments
Comment #1
webm_koba commentedComment #2
Lioz commentedComment #3
chicagomom commentedLooks like this may be the same issue.
Comment #4
ClaudeS-1 commentedI've posted an updated marinelli_mega_menu() function that I've edited to fix the problem for me:
http://drupal.org/node/1093604#comment-4532802
Comment #5
jeramy commentedI have the same issue in the 7.x-3.0-beta11 version. (Not sure if I am supposed to update the version on this issue or not)
I did try the fix linked by ClaudeS and it did resolve the issue for me.
Thanks ClaudeS, this was making me crazy!