diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php
index 25495e2de43..c3cb92dba8d 100644
--- a/htdocs/admin/company.php
+++ b/htdocs/admin/company.php
@@ -369,7 +369,7 @@ $form = new Form($db);
$formother = new FormOther($db);
$formcompany = new FormCompany($db);
-$countrynotdefined = ''.$langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')';
+$countrynotdefined = ''.$langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')';
print load_fiche_titre($langs->trans("CompanyFoundation"), '', 'title_setup');
@@ -410,10 +410,10 @@ print '
|
'."\n";
// Zip
-print ' | ';
+print ' |
| ';
print ' |
'."\n";
-print ' | ';
+print ' |
| ';
print ' |
'."\n";
// Country
diff --git a/htdocs/install/step4.php b/htdocs/install/step4.php
index c2f6ce2384d..e1890656f4b 100644
--- a/htdocs/install/step4.php
+++ b/htdocs/install/step4.php
@@ -80,7 +80,7 @@ $db = getDoliDBInstance($conf->db->type, $conf->db->host, $conf->db->user, $conf
if ($db->ok) {
print ' | ';
- print ' |
';
+ print '';
print ' | ';
print ' |
';
print ' | ';
|