diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index 1c0c7449e61..d5c310e6542 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -134,7 +134,7 @@ if ($socid > 0) {
/*
*
*/
- print "
\n";
+ print '';
print "Fiche client : $objsoc->nom | ";
@@ -161,9 +161,9 @@ if ($socid > 0) {
*/
- print "\n";
- print "";
- print "";
+ print '';
+ print '';
+ print '';
print "| Type | $objsoc->typent | Effectif | $objsoc->effectif | ";
print "| Tel | $objsoc->tel | fax | $objsoc->fax | ";
@@ -262,10 +262,10 @@ if ($socid > 0) {
print "";
print " \n";
/*
- *
+ * Barre d'action
*
*/
- print '';
+ print '
';
print '| - | ';
if (defined("MAIN_MODULE_PROPALE") && MAIN_MODULE_PROPALE && $user->rights->propale->creer)
{
@@ -279,7 +279,7 @@ if ($socid > 0) {
print 'Créer un projet | ';
print '- | ';
- print ' ';
+ print '
';
/*
*
| |