Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu committed Mar 30, 2022
1 parent acd5ef6 commit 248e2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/error_views/400.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
@php
$default_error_message = "Please <a href='javascript:history.back()''>go back</a> or return to <a href='".url('')."'>our homepage</a>.";
@endphp
{!! isset($exception)? ($exception->getMessage()?$e(exception->getMessage()):$default_error_message): $default_error_message !!}
{!! isset($exception)? ($exception->getMessage()?e($exception->getMessage()):$default_error_message): $default_error_message !!}
@endsection

0 comments on commit 248e2e0

Please sign in to comment.