-
Bug
-
Resolution: Fixed
-
Minor
-
2.1.3
-
MOODLE_21_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
Edit a section and create a label and for both make the HTML source the following:
<p>Some text</p>
|
<ol>
|
<li>Bli</li>
|
<li>Bla</li>
|
<ul>
|
<li>Ha</li>
|
<li>Ho</li>
|
</ul>
|
<li>Blu</li>
|
</ol>
|
<p>More text.</p>
|
<ul>
|
<li>Bli</li>
|
<li>Bla</li>
|
<ol>
|
<li>Ha</li>
|
<li>Ho</li>
|
</ol>
|
<li>Blu</li>
|
</ul>
|
<p>More text.</p>
|
Save and check the results. You'll get what is described in MDL-30471
- has been marked as being related by
-
MDL-30471 Cannot nest an unordered list inside an ordered list
-
- Closed
-