Index: branches/5.1.x/core/kernel/utility/formatters/formatter.php =================================================================== diff -u -N -r12127 -r13086 --- branches/5.1.x/core/kernel/utility/formatters/formatter.php (.../formatter.php) (revision 12127) +++ branches/5.1.x/core/kernel/utility/formatters/formatter.php (.../formatter.php) (revision 13086) @@ -1,6 +1,6 @@ Application->IsAdmin() && isset($options['allow_html']) && $options['allow_html']) { + if (!$this->Application->isAdmin && isset($options['allow_html']) && $options['allow_html']) { // this allows to revert htmlspecialchars call for each field submitted on front-end $value = unhtmlentities($value); }