We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cf5e0 commit 241fc25Copy full SHA for 241fc25
resources/views/editor.blade.php
@@ -6,7 +6,7 @@
6
7
@include('admin::form.error')
8
9
- <script id="{{$id}}" name="{{$name}}" type="text/plain">{!! old($column, $value) !!}</script>
+ <textarea id="{{$id}}" name="{{$name}}">{!! old($column, $value) !!}</textarea>
10
11
@include('admin::form.help-block')
12
0 commit comments