0 / 60 seg.

What's wrong with this nested list?

<ul>
  <li>Item 1
    <ol>
      <li>Sub-item 1<li>
    </ol>
  </li>
</ul>