0 / 60 seg.

What's incorrect about this nested list?

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