diff --git a/views/exception.php b/views/exception.php index 8d06c2d6..b6dd3d66 100644 --- a/views/exception.php +++ b/views/exception.php @@ -33,7 +33,7 @@ '; - echo $exception->getTraceAsString(); + echo esc_html( $exception->getTraceAsString() ); echo ''; ?>