From a6d297afb7bb4d52a860842793458906f6019033 Mon Sep 17 00:00:00 2001 From: ralf Date: Mon, 28 Feb 2022 13:41:02 +0200 Subject: [PATCH] ignore further legacy options for select, to not display them as part of the empty_label --- api/etemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/etemplate.php b/api/etemplate.php index f4559a7704..2a23c10f63 100644 --- a/api/etemplate.php +++ b/api/etemplate.php @@ -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',