Module - Menu Assignment 3.81

Did you find a bug in Joomla! 3.x but aren't sure? This forum is the place to help figure out if the problem is a bug and how to report it. If you are an experienced Joomla! user and are certain that you have found a bug please use the Bug Tracker to submit your issue.
This forum is for discussion about bugs and to get help with reporting them to the Bug Tracker: https://issues.joomla.org

Moderator: ooffick

Forum rules
Please use the official Bug Tracker to report a bug: https://issues.joomla.org
Locked
bmloho
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Dec 21, 2007 4:33 am

Module - Menu Assignment 3.81

Post by bmloho » Thu Oct 12, 2017 6:14 am

Not wrapping Multiple menus lists in Menu Assignment tab In the modules.

Current
Line 135
echo str_repeat('</li></ul>', $link->level);

Should be
echo str_repeat('<ul><li></li></ul>', $link->level);

Cheers

Locked

Return to “Joomla! 3.x Bug Reporting”