Merge pull request #1000 from studiokiwik/sk-ps15x-011
"---<br />" string is now removed correctly from the end of customization data text
This commit is contained in:
@@ -318,7 +318,7 @@ class MailAlerts extends Module
|
||||
$customization_text .= '---<br />';
|
||||
}
|
||||
|
||||
$customization_text = rtrim($customization_text, '---<br />');
|
||||
$customization_text = Tools::rtrimString($customization_text, '---<br />');
|
||||
}
|
||||
|
||||
$items_table .=
|
||||
|
||||
Reference in New Issue
Block a user