From 70c19fedeb0564bbd7c31534c65d1e057a0a1777 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 10 Feb 2020 00:47:44 +0100 Subject: [PATCH] Responsive --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index b8ec41c7c16..ab6653e3f7b 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -8059,7 +8059,7 @@ class Form $ret .= $langs->trans("Filters"); $ret .= ''; //$ret .= ''; - $ret .= '
'; + $ret .= '
'; $ret .= ''; $ret .= '
'; foreach($arrayofcriterias as $criterias) {