dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 1ca27bc072 - Show all commits
+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>