You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing this text
- lion
- tiger
- cougar
- smilodon
- Garfield
1. London
2. Paris
3. Barcelona
4. Kraków
I'm getting this beauty
<ul>
<li>lion</li>
<li>tiger</li>
<li>cougar</li>
<li>smilodon</li>
<li><p>Garfield</p>
<ol>
<li>London</li>
<li>Paris</li>
<li>Barcelona</li>
<li>Kraków</li>
</ol></li>
</ul>
... although I am expecting something more conventional:
<ul>
<li>lion</li>
<li>tiger</li>
<li>cougar</li>
<li>smilodon</li>
<li>Garfield</li>
</ul>
<ol>
<li>London</li>
<li>Paris</li>
<li>Barcelona</li>
<li>Kraków</li>
</ol>
I am not sure whether it is a bug or just a feature. Trying to solve it alone
but if someone knows the right direction I'd be *very* grateful.
Thanks in advance
Original issue reported on code.google.com by Lord.ind...@gmail.com on 25 Jan 2011 at 12:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Lord.ind...@gmail.com
on 25 Jan 2011 at 12:57The text was updated successfully, but these errors were encountered: