From db84deb7b37c653bada89fc8a9f7680d549ee565 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Fri, 30 May 2025 00:43:49 +0200 Subject: [PATCH] added the forgotten " --- admin/insert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } }