Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
3.8, 3.9
-
None
-
None
-
MOODLE_38_STABLE, MOODLE_39_STABLE
Description
Hello,
ATTO-editor should add <ul></ul> tags to start and end of a paste that has <li>-list if they are missing from the paste.
So if you paste:
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
ATTO should modify this to:
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
If you don't have these <ul> -tags it breaks the layout of the whole course.
Attachments
Issue Links
- duplicates
-
MDL-52724 Atto does not generate UL tags when pasting LI tags
-
- Closed
-