Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…mponents into release
  • Loading branch information
dgvai committed Jun 6, 2020
2 parents f62d296 + d43e291 commit 17c6f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/components/text-editor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
fontNames: {!!$fontarray!!}
});
@if(!is_null($body))
$('#{{$id}}').summernote('code','{!!$body!!}');
$('#{{$id}}').summernote('code',`{!!$body!!}`);
@endif
})
</script>
Expand Down

0 comments on commit 17c6f6c

Please sign in to comment.