diff --git a/htdocs/societe/tpl/linesalesrepresentative.tpl.php b/htdocs/societe/tpl/linesalesrepresentative.tpl.php index 0c3dd0656b8..d8d4b4b08bb 100644 --- a/htdocs/societe/tpl/linesalesrepresentative.tpl.php +++ b/htdocs/societe/tpl/linesalesrepresentative.tpl.php @@ -3,7 +3,7 @@ print '
| '; print $langs->trans('SalesRepresentatives'); - print ' | '; + print ' | '; if ($user->rights->societe->creer && $user->rights->societe->client->voir) print ''.img_edit('',1).''; else |