Update updateArticle.php

This commit is contained in:
2026-06-01 12:43:11 +02:00
parent c96d93c2ce
commit 1ca27bc072
+1 -2
View File
@@ -126,8 +126,7 @@ include_once 'php/controller/showArticle-controller.php';
value="<?php value="<?php
if (isset($tags) && !empty($tags)){echo htmlspecialchars($tags);} if (isset($tags) && !empty($tags)){echo htmlspecialchars($tags);}
echo htmlspecialchars($_SESSION['old_tags'] ?? ''); unset($_SESSION['old_tags']); ?> echo htmlspecialchars($_SESSION['old_tags'] ?? ''); unset($_SESSION['old_tags']); ?>"
?>"
placeholder="z.B. Technik, IT (mit Komma trennen)"> placeholder="z.B. Technik, IT (mit Komma trennen)">
</div> </div>