diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 72c33db2a0d..ef379a7b059 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -2138,7 +2138,7 @@ if ($id) { print '
| '.$langs->trans("Dictionary").' | '; - print ''.$langs->trans("Table").' | '; + print ''; print ' | '; /*if (empty($tabcond[$i])) @@ -2174,7 +2175,9 @@ if ($id) { print info_admin($langs->trans("DictionaryDisabledSinceNoModuleNeedIt"),1); }*/ print ' | '; - print ''.$tabname[$i].' | '; + print ''; + print ' | '; + print ''; $lastlineisempty = false; } else { if (!$lastlineisempty) {