Skip to content

Commit 5efd229

Browse files
committed
Fix missing css class
1 parent 57fc873 commit 5efd229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.woltlab.wcf/templates/article.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
{/if}
244244

245245
{if $relatedArticleListView && $relatedArticleListView->countItems()}
246-
<section class="section relatedArticles">
246+
<section class="section relatedArticles entryCardList__container">
247247
<h2 class="sectionTitle">{lang}wcf.article.relatedArticles{/lang}</h2>
248248

249249
{unsafe:$relatedArticleListView->render()}

0 commit comments

Comments
 (0)