When you view a simple ordered list in Kobo Glo (FW 2.8.1) with more than 9 entries, you get a "1" instead of "10" or a "12" etc.
Is there any hack to solve that problem?
Code to reproduce it (no CSS at all):
Code:
<ol>
<li>Lorem</li>
<li>Ipsum</li>
<li>Dolor</li>
<li>Sid</li>
<li>Adipisit</li>
<li>Consectutur</li>
<li>Eiusmod</li>
<li>Ullamco</li>
<li>Minim</li>
<li>Nostrud</li>
</ol>
Thanks.