0 / 60 seg.

What would you change in the following nested list?

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