Fix xss in legend in form
This commit is contained in:
parent
493256a9a8
commit
e6ba2c4688
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
@elseif (isset($setVal['fields']))
|
||||
<fieldset id="id-fs-{{ $setKey }}" @if ($setVal['class']) class="f-fs-{{ \implode(' f-fs-', $setVal['class']) }}" @endif>
|
||||
@if ($setVal['legend'])
|
||||
<legend class="f-fleg">{!! $setVal['legend'] !!}</legend>
|
||||
<legend class="f-fleg">{{ $setVal['legend'] }}</legend>
|
||||
@endif
|
||||
@foreach ($setVal['fields'] as $key => $cur)
|
||||
@if ('info' === $cur['type'])
|
||||
|
|
Loading…
Add table
Reference in a new issue