2
0
forked from Wavyzz/dolibarr

fix tag problem

This commit is contained in:
Lamrani Abdel
2024-01-17 17:54:56 +01:00
parent 38ee4e0ef0
commit aa706fb4a8

View File

@@ -755,7 +755,7 @@ class FormMail extends Form
if (!empty($this->withtoccuser) && is_array($this->withtoccuser) && getDolGlobalString('MAIN_MAIL_ENABLED_USER_DEST_SELECT')) {
$out .= '<tr><td>';
$out .= $langs->trans("MailToCCUsers");
$out .= '</td><>';
$out .= '</td>';
// multiselect array convert html entities into options tags, even if we don't want this, so we encode them a second time
$tmparray = $this->withtoccuser;