diff --git a/htdocs/core/tpl/objectline_title.tpl.php b/htdocs/core/tpl/objectline_title.tpl.php
index e2882bcd43f..e00a34551a5 100644
--- a/htdocs/core/tpl/objectline_title.tpl.php
+++ b/htdocs/core/tpl/objectline_title.tpl.php
@@ -141,7 +141,7 @@ if ($usemargins && isModEnabled('margin') && empty($user->socid)) {
}
if (!(empty($conf->global->DISPLAY_MARGIN_RATES) && empty($conf->global->PROPALE_MODIFY_MARGIN_RATES)) && $user->rights->margins->liretous) {
- print '
'.$langs->trans('MarginRate');
+ print ' | '.$langs->trans('MarginRate');
if (!empty($conf->global->PROPALE_MODIFY_MARGIN_RATES) && $user->hasRight("propal", "creer")) {
print 'id.'">'.img_edit($langs->trans("UpdateForAllLines"), 0, 'class="clickmarginforalllines opacitymedium paddingleft cursorpointer"').'';
if (GETPOST('mode', 'aZ09') == 'marginforalllines') {
@@ -151,7 +151,7 @@ if ($usemargins && isModEnabled('margin') && empty($user->socid)) {
print '';
}
}
- print '';
+ print ' | ';
}
if (!empty($conf->global->DISPLAY_MARK_RATES) && $user->rights->margins->liretous) {
print ''.$langs->trans('MarkRate').' | ';