dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 7a2a3ac1e9 - Show all commits
+1 -5
View File
@@ -31,11 +31,7 @@ include_once "php/controller/showCategory-controller.php";
❤️ <?php echo (isset($article) && !empty($article->getLikes())) ? htmlspecialchars($article->getLikes()) : '0'; ?>
</span>
</div>
<!-- Beschreibungstext -->
<p style="margin: 0; color: #4a5568;">
<?php echo (isset($article) && !empty($article->getContent())) ? htmlspecialchars($article->getContent()) : 'Kein Inhalt'; ?>
</p>
</div>
<!-- Interaktiver Pfeil rechts -->
<div class="cat-view-arrow">&rarr;</div>