dev auf main #68

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