Changed the look of Admin Insert

This commit is contained in:
2025-06-07 16:01:13 +02:00
parent 0a1c6dae8b
commit 2b8dac7e55
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ if (isset($_POST["url"])) {
echo "
<label>
<input type=\"checkbox\" name=\"" . $row["tag"] . "\">" . $row["name"] . "
</label><br>";
</label>";
}
?>