diff --git a/htdocs/compta/bank/card.php b/htdocs/compta/bank/card.php index 30aa32a8d58..3b658f0c793 100644 --- a/htdocs/compta/bank/card.php +++ b/htdocs/compta/bank/card.php @@ -340,7 +340,7 @@ if ($action == 'create') { print dol_get_fiche_head(''); - print '
| '.$langs->trans("Ref").' | '; @@ -835,7 +835,7 @@ if ($action == 'create') { //print ''; - print '
| '.$langs->trans("Ref").' | '; @@ -925,7 +925,7 @@ if ($action == 'create') { // Tags-Categories if ($conf->categorie->enabled) { - print '|
| '.$langs->trans("Categories").' | '; + print ' |
| '.$langs->trans("Categories").' | '; $cate_arbo = $form->select_all_categories(Categorie::TYPE_ACCOUNT, '', 'parent', 64, 0, 1); $c = new Categorie($db); $cats = $c->containing($object->id, Categorie::TYPE_ACCOUNT); |