diff --git a/htdocs/takepos/admin/setup.php b/htdocs/takepos/admin/setup.php index 7ed220d1787..7c9e6e81c2b 100644 --- a/htdocs/takepos/admin/setup.php +++ b/htdocs/takepos/admin/setup.php @@ -270,7 +270,7 @@ print ''; print "




| '; - print $langs->trans('Progression') . ' | '; + print $langs->trans('Progression') . ' | '; print ' | '; if ($action != 'progression' && $object->fk_statut < 8 && !$user->societe_id) { print '' . img_edit($langs->trans('Modify')) . ' | '; diff --git a/htdocs/ticket/index.php b/htdocs/ticket/index.php index f89dd82cbca..b8d5cbad454 100644 --- a/htdocs/ticket/index.php +++ b/htdocs/ticket/index.php @@ -327,7 +327,7 @@ if ($result) { print "\n"; // Creation date - print ''; + print ' | '; print dol_print_date($db->jdate($objp->datec), 'dayhour'); print " | "; diff --git a/htdocs/ticket/list.php b/htdocs/ticket/list.php index 64ec859cc0c..d0d60df5e1f 100644 --- a/htdocs/ticket/list.php +++ b/htdocs/ticket/list.php @@ -672,8 +672,8 @@ if (isset($totalarray['pos'])) { if ($i == 1) { - if ($num < $limit) print ''.$langs->trans("Total").' | '; - else print ''.$langs->trans("Totalforthispage").' | '; + if ($num < $limit) print ''.$langs->trans("Total").' | '; + else print ''.$langs->trans("Totalforthispage").' | '; } else print ''; } diff --git a/htdocs/user/home.php b/htdocs/user/home.php index da31b6027ed..fb97549e9a1 100644 --- a/htdocs/user/home.php +++ b/htdocs/user/home.php @@ -161,7 +161,7 @@ if ($resql) print img_picto($langs->trans("Administrator"),'star'); } print ""; - print ' | '.$obj->login.' | '; + print ''.$obj->login.' | '; print ""; if ($obj->fk_soc) { |