diff --git a/htdocs/admin/expedition.php b/htdocs/admin/expedition.php index a43adddfa71..8513d026780 100644 --- a/htdocs/admin/expedition.php +++ b/htdocs/admin/expedition.php @@ -248,7 +248,6 @@ print_fiche_titre($langs->trans("SendingMethod"),'','setup'); print '
| '.$langs->trans("Name").' | '.$langs->trans("Description").' | '; -print ''; print ' | '.$langs->trans("Action").' | '; print ''.$langs->trans("Default").' | '; print ''.$langs->trans("Infos").' | '; @@ -277,7 +276,7 @@ if(is_dir($dir)) print $module->description; - print ''; + print ' | '; if (in_array($module->id, $mods)) { | |