Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

Commit

Permalink
Merge branch 'utf8_support'
Browse files Browse the repository at this point in the history
  • Loading branch information
hexus committed Apr 10, 2019
2 parents fcc73cb + 4797a6d commit 322582d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/fields/array_text.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<input type="text" name="field[{{ $item['field'] }}][]" value="{{ $value }}" class="form-control">
</div>
<div class="col-md-5">
<input type="text" name="comment[{{ $item['field'] }}][]" value="{{ DbConfig::get( $item['field'].'_comment.'.$key ) }}" class="form-control" placeholder="Comment">
<input type="text" name="comment[{{{ $item['field'] }}}][]" value="{{{ DbConfig::get( $item['field'].'_comment.'.$key ) }}}" class="form-control" placeholder="Comment">
</div>
<div class="col-md-1">
<a href="#" class="btn btn-warning btn-remove">
Expand Down

0 comments on commit 322582d

Please sign in to comment.