From f72ec5eb9d6d19857523b729d59aeac951d41712 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 28 Feb 2023 16:09:13 +0100 Subject: [PATCH] Fix html_print_label_input_block default id --- pandora_console/include/functions_html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index da70181771..5b5497be22 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -6745,6 +6745,7 @@ function html_print_label_input_block( ):string { $div_class = ''; $label_class = ''; + $div_id = ''; if (empty($options) === false) { if (isset($options['div_class']) === true) {