Profil -> Beitrag Link

This commit is contained in:
NOrtmann1
2026-06-10 18:01:51 +02:00
parent 1394467abe
commit 327a05cf63
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -120,7 +120,9 @@ $isEditMode = (isset($_GET["edit"]) && $_GET["edit"] === "1") || !empty($error);
</div>
<h3 class="article-title">
<a href="index.php?pfad=showArticle&id=<?php echo $userArticle->getID(); ?>">
<?php echo htmlspecialchars($userArticle->getTitle()); ?>
</a>
</h3>
<?php