diff --git a/htdocs/fichinter/fiche.php b/htdocs/fichinter/fiche.php
index 00d4e35df8e..a66fb341cff 100644
--- a/htdocs/fichinter/fiche.php
+++ b/htdocs/fichinter/fiche.php
@@ -701,7 +701,7 @@ if ($action == 'send' && ! GETPOST('cancel','alpha') && (empty($conf->global->MA
$filename = $attachedfiles['names'];
$mimetype = $attachedfiles['mimes'];
- // Envoi de la propal
+ // Send by email
require_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
$mailfile = new CMailFile($subject,$sendto,$from,$message,$filepath,$mimetype,$filename,$sendtocc,'',$deliveryreceipt,-1);
if ($mailfile->error)
@@ -1301,7 +1301,7 @@ else if ($id > 0 || ! empty($ref))
}
}
- print "
";
+ print "";
if (! empty($conf->global->MAIN_DISABLE_CONTACTS_TAB))
{
@@ -1318,7 +1318,6 @@ else if ($id > 0 || ! empty($ref))
}
-
print '