Index: branches/5.2.x/core/kernel/utility/debugger.php =================================================================== diff -u -N -r15740 -r15856 --- branches/5.2.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 15740) +++ branches/5.2.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 15856) @@ -1,6 +1,6 @@ no value'; } else { - $value = htmlspecialchars($this->print_r($value, true), null, 'UTF-8'); + $value = htmlspecialchars($this->print_r($value, true), ENT_QUOTES, 'UTF-8'); } echo '' . $prefix . '' . $key . '' . $value . '';