diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 31fb095e3c8..d2ad5424d71 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -1527,7 +1527,7 @@ class Form print img_picto($langs->trans("Search"), 'search'); } } - print ''; + print ''; if ($hidelabel == 3) { print img_picto($langs->trans("Search"), 'search'); } @@ -1644,7 +1644,7 @@ class Form require_once DOL_DOCUMENT_ROOT.'/product/class/priceparser.class.php'; $num = $this->db->num_rows($result); - $out.=''; $out.=''; $i = 0;