diff --git a/admin/insert.php b/admin/insert.php index 5e3c4c6..e71a34e 100644 --- a/admin/insert.php +++ b/admin/insert.php @@ -392,7 +392,7 @@ if (isset($_POST["url"])) { resultInput.value = selectedNames.join(' '); if (resultInput.value == "" || resultInput.value == " ") { - resultInput.value = props; + resultInput.value = "props"; } }