diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 4fbd46e434d..5a6294d2943 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -11760,8 +11760,8 @@ class Form
// TODO: Use $arrayoffiltercriterias param instead of $arrayofcriterias to include linked object fields in search
global $langs, $form;
- require_once DOL_DOCUMENT_ROOT."/core/class/html.formother.class.php";
- $formother = new FormOther($this->db);
+ //require_once DOL_DOCUMENT_ROOT."/core/class/html.formother.class.php";
+ //$formother = new FormOther($this->db);
if ($search_component_params_hidden != '' && !preg_match('/^\(.*\)$/', $search_component_params_hidden)) { // If $search_component_params_hidden does not start and end with ()
$search_component_params_hidden = '(' . $search_component_params_hidden . ')';
@@ -11933,7 +11933,7 @@ class Form
$ret .= '';
$ret .= '';
$ret .= '';
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 709b2deeaa5..5b72a34eccc 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -5420,7 +5420,7 @@ img.boxhandle, img.boxclose {
margin: 0 !important;
}
.search-component-assistance .operand, .search-component-assistance .operator, .search-component-assistance .value {
- display: contents;
+ display: inline-block;
}
.search-component-assistance .btn-div{
margin-top: 10px;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 7a8e98ab424..1f7ab6da2ed 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -5387,7 +5387,7 @@ img.boxhandle, img.boxclose {
margin: 0 !important;
}
.search-component-assistance .operand, .search-component-assistance .operator, .search-component-assistance .value {
- display: contents;
+ display: inline-block;
}
.search-component-assistance .btn-div{
margin-top: 10px;