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