ignore further legacy options for select, to not display them as part of the empty_label

This commit is contained in:
ralf 2022-02-28 13:41:02 +02:00
parent cdb944147f
commit a6d297afb7

View File

@ -77,7 +77,7 @@ function send_template()
list($matches[1], $matches[2]) = explode('-', $type[1], 2);
}
static $legacy_options = array(
'select' => 'empty_label',
'select' => 'empty_label,dummy',
'box' => ',cellpadding,cellspacing,keep',
'hbox' => 'cellpadding,cellspacing,keep',
'vbox' => 'cellpadding,cellspacing,keep',