diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 6ad08a7c883..b3ed477596c 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -7791,8 +7791,13 @@ class Form $i++; } print ''; - print '
     
'; - + print '
'; + print ''; + if (empty($conf->use_javascript_ajax)) { + print '
'; + } else { + print ''; + } print ''; $this->db->free($resqllist); } else { @@ -7833,7 +7838,7 @@ class Form