fix escaping at error template

This commit is contained in:
printempw 2016-07-28 11:52:30 +08:00
parent 68d5062941
commit 7e7e4a7da5

View File

@ -6,5 +6,5 @@
<h1>出现了一些错误:</h1>
<p>错误码: {{ $code }}</p>
<p>详细信息:{{ $message }}</p>
<p>详细信息:{!! $message !!}</p>
@endsection