diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php
index 5e1329fab26..04cf59a11d1 100644
--- a/htdocs/comm/prospect/fiche.php
+++ b/htdocs/comm/prospect/fiche.php
@@ -93,7 +93,7 @@ if ($socid > 0)
*/
$head = societe_prepare_head($societe);
- dol_fiche_head($head, 'prospect', $langs->trans("ThirdParty"));
+ dol_fiche_head($head, 'prospect', $langs->trans("ThirdParty"),0,'company');
print '
';
print '| ';
@@ -168,14 +168,14 @@ if ($socid > 0)
print " | \n";
print '';
- // Nbre max d'éléments des petites listes
+ // Nbre max d'�l�ments des petites listes
$MAXLIST=5;
$tableaushown=0;
// Lien recap
print '';
print '';
- print '| '.$langs->trans("Summary").' | ';
+ print ' | ';
print ' ';
print ' ';
| |