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:
Jérôme Nadaud
2013-11-21 00:14:28 -08:00
3 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -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 .=