diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php
index 1c16d392238..fb78a97d6c6 100644
--- a/htdocs/comm/prospect/fiche.php
+++ b/htdocs/comm/prospect/fiche.php
@@ -400,7 +400,7 @@ if ($socid > 0)
print '
| ';
}
- print ''.img_object($langs->trans("ShowUser"),"user").' '.$obj->login.' | ';
+ print ''.img_object($langs->trans("ShowUser"),"user").' '.$obj->login.' | ';
print "\n";
$i++;
}
@@ -489,7 +489,7 @@ if ($socid > 0)
print ' | ';
}
- print ''.img_object($langs->trans("ShowUser"),'user').' '.$obj->login.' | ';
+ print ''.img_object($langs->trans("ShowUser"),'user').' '.$obj->login.'';
print "\n";
$i++;
}
diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php
index e2bab69824a..4bf57899918 100644
--- a/htdocs/fourn/fiche.php
+++ b/htdocs/fourn/fiche.php
@@ -452,7 +452,7 @@ if ( $societe->fetch($socid) )
}
// Auteur
- print ''.img_object($langs->trans("ShowUser"),"user").' '.$obj->login.' | ';
+ print ''.img_object($langs->trans("ShowUser"),"user").' '.$obj->login.' | ';
print "\n";
$i++;
}
@@ -560,7 +560,7 @@ if ( $societe->fetch($socid) )
}
// Auteur
- print ''.img_object($langs->trans("ShowUser"),'user').' '.$obj->login.' | ';
+ print ''.img_object($langs->trans("ShowUser"),'user').' '.$obj->login.' | ';
print "\n";
$i++;
}