From f880de50455260b357bd207211826ad77225b9b2 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 12 Oct 2020 18:38:02 +0200 Subject: [PATCH] select_box cosmetic font --- include/lib/select_box.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/select_box.class.php b/include/lib/select_box.class.php index 28e6bc740..396d416f9 100644 --- a/include/lib/select_box.class.php +++ b/include/lib/select_box.class.php @@ -157,7 +157,7 @@ class Select_Box // display the button - printf('', + printf('', $this->id, $this->value); printf('', $this->id, $this->id, $this->default_value);