Allow HTML in tips of update scripts
This commit is contained in:
parent
f5681c248d
commit
8575a52ec1
|
|
@ -13,7 +13,7 @@
|
|||
<p><b>{{ trans('setup.updates.success.tips') }}</b></p>
|
||||
<ul>
|
||||
@foreach ($tips as $tip)
|
||||
<li><p>{{ $tip }}</p></li>
|
||||
<li><p>{!! $tip !!}</p></li>
|
||||
@endforeach
|
||||
</ul>
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user