Skip to content

Commit 17c6f6c

Browse files
committed
Merge branch 'master' of https://github.com/dgvai/laravel-adminlte-components into release
2 parents f62d296 + d43e291 commit 17c6f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/components/text-editor.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
fontNames: {!!$fontarray!!}
1919
});
2020
@if(!is_null($body))
21-
$('#{{$id}}').summernote('code','{!!$body!!}');
21+
$('#{{$id}}').summernote('code',`{!!$body!!}`);
2222
@endif
2323
})
2424
</script>

0 commit comments

Comments
 (0)