diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 6a0061151a1..cba769b4a87 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -486,8 +486,16 @@ if ($_GET["id"]) print ''.$langs->trans("Contact").''; print ''; - if ($act->contact->id) print ''.img_object($langs->trans("ShowContact"),'contact').' '.$act->contact->fullname.''; - else print $langs->trans("None"); + + if ($act->contact->id) + { + print ''.img_object($langs->trans("ShowContact"),'contact').' '.$act->contact->fullname.''; + } + else + { + print $langs->trans("None"); + } + print ''; // Auteur