Skip to content

Commit

Permalink
script -> textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
codingyu committed Jan 26, 2019
1 parent e8cf5e0 commit 241fc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/editor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@include('admin::form.error')

<script id="{{$id}}" name="{{$name}}" type="text/plain">{!! old($column, $value) !!}</script>
<textarea id="{{$id}}" name="{{$name}}">{!! old($column, $value) !!}</textarea>

@include('admin::form.help-block')

Expand Down

0 comments on commit 241fc25

Please sign in to comment.