diff --git a/htdocs/contact/index.php b/htdocs/contact/index.php index 0098d64ed9c..7e0307d0304 100644 --- a/htdocs/contact/index.php +++ b/htdocs/contact/index.php @@ -134,7 +134,7 @@ if ($result) { $sortorder="DESC"; } - print "
| '; print_liste_field_titre("Nom",$PHP_SELF,"lower(p.name)", $begin); print " | "; @@ -155,7 +155,7 @@ if ($result) print ' | '; print ''; print img_file(); - print ''.$obj->name.' | '; + print ' '.$obj->name.''; print "$obj->firstname | "; print ''; |