diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
index db758f6c614..10bbda7647b 100644
--- a/htdocs/core/class/html.formmail.class.php
+++ b/htdocs/core/class/html.formmail.class.php
@@ -593,7 +593,7 @@ class FormMail extends Form
$out.= ' <'.$this->tomail.'>';
if ($this->withtofree)
{
- $out.= '
'.$langs->trans("and").' withto) :"").'" />';
+ $out.= '
'.$langs->trans("and").' withto) : "").'" />';
}
}
else
@@ -606,7 +606,7 @@ class FormMail extends Form
{
if (! empty($this->withtofree))
{
- $out.= 'withto) :"").'" />';
+ $out.= 'withto) : "").'" />';
}
if (! empty($this->withto) && is_array($this->withto))
{