diff --git a/inc/template.php b/inc/template.php index 2a8366c0..537016ac 100644 --- a/inc/template.php +++ b/inc/template.php @@ -28,7 +28,7 @@ unset($debug['start']); } - $options['body'] .= '

Debug

' . str_replace("\n", '
', print_r($debug, true)) . '
'; + $options['body'] .= '

Debug

' . str_replace("\n", '
', utf8tohtml(print_r($debug, true))) . '
'; } $loader->setPaths($config['dir']['template']);