From a1f3f5e086d5721ba7860bdd63265ac49d2e4791 Mon Sep 17 00:00:00 2001 From: Suvodip Date: Thu, 13 Feb 2025 15:33:09 +0530 Subject: [PATCH] s4 --- admin/add-content.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }