From 64267eb2e51a599544543220f7ec4beb1af27490 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 15 Oct 2017 01:17:25 +0200 Subject: [PATCH] Esthetic : no span surrounding the value, must be done in the caller --- include/lib/iselect.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/iselect.class.php b/include/lib/iselect.class.php index 9ba25448b..20087359c 100644 --- a/include/lib/iselect.class.php +++ b/include/lib/iselect.class.php @@ -68,7 +68,7 @@ class ISelect extends HtmlInput } } - $r=''.$r.''; + // $r=''.$r.''; if ( $this->table == 1 ) $a=''.$r.''; return $r; }