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