Update updateArticle.php
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user