Anzeigenamen #51

Merged
niklas.ortmann merged 10 commits from AnzeigeNamen into dev 2026-07-17 18:09:30 +02:00
Showing only changes of commit 74cbc60cbe - Show all commits
+2 -2
View File
@@ -45,8 +45,8 @@ include_once 'php/controller/showArticle-controller.php';
</h1>
<div class="article-view-meta">
<?php if (isset($author) && !empty($author)): ?>
<span class="article-view-author">Von: <strong><?php echo htmlspecialchars($author); ?></strong></span>
<?php if (isset($name) && !empty($name)): ?>
<span class="article-view-author">Von: <strong><?php echo htmlspecialchars($name); ?></strong></span>
<?php endif; ?>
</div>