0 / 60 seg.

What's wrong with the following nested list?

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