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

hutch’s picture

Status: Needs review » Closed (fixed)