Update updateArticle.php
This commit is contained in:
@@ -126,8 +126,7 @@ include_once 'php/controller/showArticle-controller.php';
|
||||
value="<?php
|
||||
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)">
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user