Fix html_print_label_input_block default id
This commit is contained in:
parent
d5cd9a0ab2
commit
f72ec5eb9d
|
@ -6745,6 +6745,7 @@ function html_print_label_input_block(
|
||||||
):string {
|
):string {
|
||||||
$div_class = '';
|
$div_class = '';
|
||||||
$label_class = '';
|
$label_class = '';
|
||||||
|
$div_id = '';
|
||||||
|
|
||||||
if (empty($options) === false) {
|
if (empty($options) === false) {
|
||||||
if (isset($options['div_class']) === true) {
|
if (isset($options['div_class']) === true) {
|
||||||
|
|
Loading…
Reference in New Issue