mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Mail - Fix ": " gets the space stripped, leaving just ":"
This commit is contained in:
parent
0775343c8e
commit
f5401dfade
@ -775,7 +775,7 @@ class mail_compose
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*run the purify on compose body unconditional*/
|
/*run the purify on compose body unconditional*/
|
||||||
$content['body'] = str_replace(array("\r", "\t", "<br />\n", ": "), array("", "", "<br />", ":"),
|
$content['body'] = str_replace(array("\r", "\t", "<br />\n"), array("", "", "<br />"),
|
||||||
$_currentMode == 'html' ? Api\Html::purify($content['body'], Mail::$htmLawed_config, array(), true) : $content['body']);
|
$_currentMode == 'html' ? Api\Html::purify($content['body'], Mail::$htmLawed_config, array(), true) : $content['body']);
|
||||||
|
|
||||||
// do not double insert a signature on a server roundtrip
|
// do not double insert a signature on a server roundtrip
|
||||||
|
Loading…
Reference in New Issue
Block a user