*
* This program is free software; you can redistribute it and/or modify
@@ -21,7 +22,7 @@
* \file htdocs/core/class/html.formmail.class.php
* \ingroup core
* \brief Fichier de la classe permettant la generation du formulaire html d'envoi de mail unitaire
- * \version $Id: html.formmail.class.php,v 1.29 2011/07/09 06:10:07 hregis Exp $
+ * \version $Id: html.formmail.class.php,v 1.30 2011/07/09 10:26:19 hregis Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/core/class/html.form.class.php");
@@ -509,9 +510,10 @@ class FormMail
{
foreach($listofpaths as $key => $val)
{
- $out.= img_mime($listofnames[$key]).' '.$listofnames[$key];
- if (! $this->withfilereadonly) $out.= ' ';
- $out.= '
';
+ $out.= '';
+ $out.= img_mime($listofnames[$key]).' '.$listofnames[$key];
+ if (! $this->withfilereadonly) $out.= ' ';
+ $out.= '
';
}
}
else