Skip to content

Commit 241fc25

Browse files
committed
script -> textarea
1 parent e8cf5e0 commit 241fc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/editor.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

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

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

0 commit comments

Comments
 (0)