Closed (fixed)
Project:
Menu Block Split
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2009 at 13:51 UTC
Updated:
7 Sep 2010 at 13:10 UTC
HTML output for block is
<ul class="menu">
<ul class="menu">
<li...
</ul>
</ul>
Replace line 217:
return "\n<ul class=\"menu\">\n". $output ."\n</ul>\n";
with:
return $output;
Comments
Comment #1
hutch commented