Skip to content

Commit c764698

Browse files
authored
Revert "change ordered list in blog-links to unordered list (#40600)" (#40625)
1 parent e5db3ad commit c764698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/com_content/tmpl/category/blog_links.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
?>
1717

18-
<ul class="com-content-blog__links">
18+
<ol class="com-content-blog__links">
1919
<?php foreach ($this->link_items as $item) : ?>
2020
<li class="com-content-blog__link">
2121
<a href="<?php echo Route::_(RouteHelper::getArticleRoute($item->slug, $item->catid, $item->language)); ?>">
2222
<?php echo $item->title; ?></a>
2323
</li>
2424
<?php endforeach; ?>
25-
</ul>
25+
</ol>

0 commit comments

Comments
 (0)