Fix html_print_label_input_block default id

This commit is contained in:
Jonathan 2023-02-28 16:09:13 +01:00
parent d5cd9a0ab2
commit f72ec5eb9d
1 changed files with 1 additions and 0 deletions

View File

@ -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) {