Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.3
-
Component/s: Themes
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_21_STABLE
-
Fixed Branches:MOODLE_20_STABLE, MOODLE_21_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
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
Attachments
Issue Links
- has been marked as being related by
-
MDL-30471 Cannot nest an unordered list inside an ordered list
-
- Closed
-