Index: branches/5.2.x/core/units/helpers/controls/minput_helper.php =================================================================== diff -u -N -r15601 -r15856 --- branches/5.2.x/core/units/helpers/controls/minput_helper.php (.../minput_helper.php) (revision 15601) +++ branches/5.2.x/core/units/helpers/controls/minput_helper.php (.../minput_helper.php) (revision 15856) @@ -1,6 +1,6 @@ ' . htmlspecialchars($field_value, null, CHARSET) . ''; + $xml .= '' . kUtil::escape($field_value, kUtil::ESCAPE_HTML) . ''; } $xml .= ''; }