mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-05 16:42:53 +01:00
bugfix
This commit is contained in:
@@ -230,7 +230,8 @@ class CMailFile
|
||||
$out = "--" . $this->mime_boundary . "\n";
|
||||
if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_MAILING)
|
||||
{
|
||||
$out = $out . "Content-Type: text/html; charset=\"iso8859-15\"\n\n";
|
||||
$out .= "Content-Type: text/html; charset=\"iso8859-15\"\n\n";
|
||||
$out .= "Content-Transfer-Encoding: quoted-printable\n\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user