Skip to content

Commit b9b5e98

Browse files
committed
Fix missing class in categoryArticleList template
Closes #6321
1 parent e24afaf commit b9b5e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.woltlab.wcf/templates/categoryArticleList.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
{include file='header'}
4848

49-
<div class="section">
49+
<div class="section entryCardList__container">
5050
{unsafe:$listView->render()}
5151
</div>
5252

0 commit comments

Comments
 (0)