diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php
index e1328e6df8a..6a1429e8e4c 100644
--- a/htdocs/admin/company.php
+++ b/htdocs/admin/company.php
@@ -417,7 +417,7 @@ print '
|
'."\n";
// Country
-print ' | ';
+print ' |
| ';
print img_picto('', 'globe-americas', 'class="pictofixedwidth"');
print $form->select_country($mysoc->country_id, 'country_id', '', 0);
if ($user->admin) {
@@ -425,7 +425,7 @@ if ($user->admin) {
}
print ' |
'."\n";
-print ' | ';
+print ' |
| ';
$state_id = 0;
if (!empty($conf->global->MAIN_INFO_SOCIETE_STATE)) {
$tmp = explode(':', $conf->global->MAIN_INFO_SOCIETE_STATE);
|