diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index 10e9649d7..0ea295fe7 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -6,7 +6,7 @@

There has been an error with the following error message:

@if ($exception->getMessage() !== '')
- {!! $exception->getMessage() !!} + {!! Str::sanitize($exception->getMessage()) !!}
@endif