#5011 closed defect (bug) (duplicate)
Ordered List Formatting Broken
Reported by: | macmanx | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | |
Cc: |
Description
Ordered Lists appear to be broken on the forums currently: https://wordpress.org/support/topic/please-ignore-testing/?view=all
I tried:
<ol> <li>First Item</li> <li>Second Item</li> <li>Third Item</li> </ol>
but the rendered result was:
<ol> <li>First Item</li> <ul><li>Second Item</li> </ul><ul><li>Third Item</li> </ul> </ol>
See attached screenshot for the visual.
This was reported via Slack by David Lingren regarding https://wordpress.org/support/topic/media-library-search-checkboxes-options-are-not-respected/#post-12403994 at https://wordpress.slack.com/archives/C02RQC6RW/p1580946195120100
Attachments (1)
Change History (6)
This ticket was mentioned in Slack in #forums by macmanx. View the logs.
5 years ago
This ticket was mentioned in Slack in #forums by amboutwe. View the logs.
5 years ago
This ticket was mentioned in Slack in #meta by pryley. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
See my last comment on #20
(I've closed this as a duplicate of that, to keep the discussion around this in the same place, rather than having multiple tickets tracking the same code)