Update updateArticle.php

This commit is contained in:
NOrtmann1
2026-05-29 17:32:57 +01:00
parent 1a6403963a
commit 29e23a8d3b
+1 -1
View File
@@ -34,7 +34,7 @@ include_once 'php/controller/showArticle-controller.php';
<div class="sidebar-block">
<label for="category">Kategorie <span class="required">*</span></label>
<select id="category" name="category" required>
<option value="<?php if (isset($category) && !empty($category)){echo htmlspecialchars($category);} ?>" disabled selected>Kategorie wählen...</option>
<option disabled selected>Kategorie wählen...</option>
<optgroup label="Sprachen">
<option value="deutsch">Deutsch</option>