fix escaping at error template
This commit is contained in:
parent
68d5062941
commit
7e7e4a7da5
|
|
@ -6,5 +6,5 @@
|
|||
<h1>出现了一些错误:</h1>
|
||||
|
||||
<p>错误码: {{ $code }}</p>
|
||||
<p>详细信息:{{ $message }}</p>
|
||||
<p>详细信息:{!! $message !!}</p>
|
||||
@endsection
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user