diff --git a/inc/template.php b/inc/template.php index 33febdbc..2a8366c0 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", '
', print_r($debug, true)) . '
'; } $loader->setPaths($config['dir']['template']);