Index: branches/5.3.x/core/units/helpers/controls/minput_helper.php =================================================================== diff -u -N -r15698 -r15902 --- branches/5.3.x/core/units/helpers/controls/minput_helper.php (.../minput_helper.php) (revision 15698) +++ branches/5.3.x/core/units/helpers/controls/minput_helper.php (.../minput_helper.php) (revision 15902) @@ -1,6 +1,6 @@ ' . htmlspecialchars($field_value, null, CHARSET) . ''; + $xml .= '' . kUtil::escape($field_value, kUtil::ESCAPE_HTML) . ''; } $xml .= ''; }