diff --git a/htdocs/societe/rib.php b/htdocs/societe/rib.php index 5e7df26e176..7372229266c 100644 --- a/htdocs/societe/rib.php +++ b/htdocs/societe/rib.php @@ -441,7 +441,8 @@ if ($socid && $action != 'edit' && $action != "create") $var = false; if (is_array($rib_list)) { - print ''; + print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table + print '
'; print ''; print_liste_field_titre("LabelRIB"); @@ -618,6 +619,7 @@ if ($socid && $action != 'edit' && $action != "create") } print '
'; + print ''; } else { dol_print_error($db); }