Skip to content

Commit

Permalink
Closes area17#690: Dont unescape options
Browse files Browse the repository at this point in the history
  • Loading branch information
ARNHOE authored and ifox committed Jul 15, 2020
1 parent 9163757 commit d54b94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/form/_multi_select.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<a17-vselect
label="{{ $label }}"
@include('twill::partials.form.utils._field_name')
:options='{!! json_encode($options) !!}'
:options="{{ json_encode($options) }}"
@if ($emptyText ?? false) empty-text="{{ $emptyText }}" @endif
@if ($placeholder ?? false) placeholder="{{ $placeholder }}" @endif
@if ($inModal) :in-modal="true" @endif
Expand Down

0 comments on commit d54b94a

Please sign in to comment.