Update showCategory.php

This commit is contained in:
2026-07-17 18:05:33 +02:00
parent 5d8239822a
commit 59eeb05e4b
+1 -4
View File
@@ -71,10 +71,7 @@ $currentPage = isset($page) ? $page : 1;
❤️ <?php echo (isset($article) && !empty($article->getLikes())) ? htmlspecialchars($article->getLikes()) : '0'; ?>
</span>
</div>
<p style="margin: 0; color: #4a5568;">
<?php echo (isset($article) && !empty($article->getContent())) ? htmlspecialchars($article->getContent()) : 'Kein Inhalt'; ?>
</p>
</div>
<div class="cat-view-arrow">&rarr;</div>
</div>