diff --git a/admin/add-content.php b/admin/add-content.php index 27cf906..b4b485c 100644 --- a/admin/add-content.php +++ b/admin/add-content.php @@ -63,8 +63,8 @@ pell.init({ element: editor, onChange: (html) => { - markup.innerHTML = "HTML Output:

"; - markup.innerText += html; + // markup.innerHTML = "HTML Output:

"; + // markup.innerText += html; contentTextArea.value = html; // console.log(html) }