We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a44756 commit 080aaf5Copy full SHA for 080aaf5
migrations/44-50/removed-backward-incompatibility.md
@@ -37,3 +37,7 @@ class MyModel extends ListModel {
37
38
### CSS removals
39
The CSS class ".ie11" was removed [via PR #39018](https://github.com/joomla/joomla-cms/pull/39018)
40
+
41
+### Change ordered lists in com_content links to unordered lists
42
+The links in com_content > category > blog-links.php and com_content > featured > default-links.php use `<ul></ul>` instead of `<ol></ol>`.
43
+Changes made [via PR #40629](https://github.com/joomla/joomla-cms/pull/40629)
0 commit comments