Index: branches/5.2.x/core/kernel/utility/formatters/formatter.php =================================================================== diff -u -N -r15314 -r15856 --- branches/5.2.x/core/kernel/utility/formatters/formatter.php (.../formatter.php) (revision 15314) +++ branches/5.2.x/core/kernel/utility/formatters/formatter.php (.../formatter.php) (revision 15856) @@ -1,6 +1,6 @@ Application->isAdmin && isset($options['allow_html']) && $options['allow_html'] ) { - // this allows to revert htmlspecialchars call for each field submitted on front-end + // this allows to revert kUtil::escape() call for each field submitted on Front-End $value = htmlspecialchars_decode($value); }