diff --git a/htdocs/societe/agenda.php b/htdocs/societe/agenda.php
index 09d69531be7..e7f8bb7b112 100644
--- a/htdocs/societe/agenda.php
+++ b/htdocs/societe/agenda.php
@@ -111,7 +111,9 @@ if ($_GET["socid"])
print '
| '.$langs->trans('Gencod').' | '.$soc->gencod.' |
';
}
- print "| ".$langs->trans('Address')." | ".dol_print_address($soc->address, 'gmap', 'thirdparty', $soc->id)." |
";
+ print "| ".$langs->trans('Address')." | ";
+ dol_print_address($soc->address, 'gmap', 'thirdparty', $soc->id);
+ print " |
";
// Zip / Town
print '| '.$langs->trans('Zip').' | '.$soc->cp." | ";