diff --git a/view/admin/post/edit.html b/view/admin/post/edit.html index 37b0af5..037fe39 100644 --- a/view/admin/post/edit.html +++ b/view/admin/post/edit.html @@ -119,7 +119,7 @@
- + @@ -281,7 +281,7 @@ }); - quill.setContents(JSON.parse($('#content').text())) + quill.setContents(JSON.parse(window.atob($('#content').text()))) quill.on('selection-change', function (range, oldRange, source) {