Index: branches/5.3.x/core/units/email_templates/email_template_eh.php =================================================================== diff -u -N -r15810 -r15902 --- branches/5.3.x/core/units/email_templates/email_template_eh.php (.../email_template_eh.php) (revision 15810) +++ branches/5.3.x/core/units/email_templates/email_template_eh.php (.../email_template_eh.php) (revision 15902) @@ -1,6 +1,6 @@ '; foreach ($data as $item) { - echo '' . htmlspecialchars($item, null, CHARSET) . ''; + echo '' . kUtil::escape($item, kUtil::ESCAPE_HTML) . ''; } echo '';