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