The generated hierachial ul-tree of $tree is not valid - the output is

<ul>
<li>term</li>
<ul><li></li></ul>
<li>term</li>
</ul>

but it has to be like

<ul>
  <li>term<br />
      <ul>
            <li>subterm</li>
      </ul>
  </li>
  <li>term</li>
</ul>

Comments

Matilda’s picture

Assigned: Unassigned » Matilda
frjo’s picture

Assigned: Matilda » Unassigned
Status: Active » Fixed

This has been fixed in 6-dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.