From b99258bc15a6346dbbfaf2a6e45db4114f13b8e0 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 28 Jul 2024 13:09:38 +0200 Subject: [PATCH] double quotes --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index cffa4c837..27f06fd93 100644 --- a/install/index.php +++ b/install/index.php @@ -1502,7 +1502,7 @@ if (!file_exists('.lock')) { } var originalButtonText = $('#db_connection_test_button').html(); - $('#db_connection_test_button').html(' ').prop('disabled', true); + $('#db_connection_test_button').html(" ").prop('disabled', true); clear_db_testresult();