Open klonos opened 4 months ago
...I'll file a PR for this, but it will be blocked on #5780 in order to allow nested list items to have different type of list from their parent.
PR here: https://github.com/backdrop/backdrop/pull/4822
Until #5780 is fixed, this should NOT be merged, because the nested list items inherit the parent type (<ol>
) instead of what is specified in code (<ul>
):
I'm referring to this: https://github.com/backdrop/backdrop/blob/1.x/core/update.php#L317
This should be an array of proper list items, output via
theme_item_list()
instead.