We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f79b2 commit d43e291Copy full SHA for d43e291
src/resources/components/text-editor.blade.php
@@ -18,7 +18,7 @@
18
fontNames: {!!$fontarray!!}
19
});
20
@if(!is_null($body))
21
- $('#{{$id}}').summernote('code','{!!$body!!}');
+ $('#{{$id}}').summernote('code',`{!!$body!!}`);
22
@endif
23
})
24
</script>
0 commit comments