diff --git a/htdocs/comm/fiche.php3 b/htdocs/comm/fiche.php3
index c4025440c40..33749f6eb1a 100644
--- a/htdocs/comm/fiche.php3
+++ b/htdocs/comm/fiche.php3
@@ -291,10 +291,10 @@ if ($socid > 0) {
print '
';
//print '';
//print ' ';
- print ''.$obj->firstname.' '. $obj->name.' | ';
+ print ''.$obj->firstname.' '. $obj->name.' ';
if ($obj->note) {
- print "
".nl2br($obj->note);
+ print "
".nl2br($obj->note);
}
print "";
print "$obj->poste | ";
diff --git a/htdocs/comm/people.php3 b/htdocs/comm/people.php3
index 98dfc35034d..8f9db0a2f2a 100644
--- a/htdocs/comm/people.php3
+++ b/htdocs/comm/people.php3
@@ -49,7 +49,7 @@ if ($action == 'update') {
$sql .= " WHERE idp=$contactid";
$result = $db->query($sql);
if ($result) {
- Header("Location: index.php3?socid=$socid");
+ Header("Location: fiche.php3?socid=$socid");
}
}
}
@@ -83,7 +83,7 @@ if ($socid > 0) {
*
*/
print "\n";
- print "| idp\">$objsoc->nom | ";
+ print "
| idp\">$objsoc->nom | ";
print "Notes | ";
print "[Ajouter un contact] | ";
diff --git a/htdocs/comm/socnote.php3 b/htdocs/comm/socnote.php3
index 350062076b6..17bf3e57785 100644
--- a/htdocs/comm/socnote.php3
+++ b/htdocs/comm/socnote.php3
@@ -54,12 +54,12 @@ if ($socid > 0) {
*
*/
- print ''.$soc->nom.'
';
+ print_titre($soc->nom);
print '