diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index c8d6ea0ad..0dbb3c59b 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -5,8 +5,8 @@

Wait, this is not cool...

There has been an error, we are working on it.

@if ($exception->getMessage() !== '') -
- Error: {!! nl2br(e($exception->getMessage())) !!} +
+ Error: {!! $exception->getMessage() !!}
@endif