0 / 60 seg.

What's wrong with this nested list?

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