Hey.
e.g.,
- top level, ordered, okay
- 2nd level, nested, should be undordered, becomes ordered.
The source remains correct:
<ol>
<li>top level, ordered, okay<br />
<ul>
<li>2nd level, nested, should be undordered, becomes ordered.</li>
</ul>
</li>
</ol>
But, the display is incorrect.
I noticed this earlier this year, but it seemed to have rectified itself, somehow ... I unfortunately can't remember which post it was.
Also see http://moodle.org/mod/forum/discuss.php?d=182761#p801245.
Have others noticed this? Is this already a bug? If "yes" then "no", I'll create an issue in the tracker later on.