From c598a181cbefb0ab156dd17dc3fef6f4429afcec Mon Sep 17 00:00:00 2001 From: jiwoo Date: Tue, 18 Jul 2023 16:21:15 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9A=B0=20-=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=EC=9E=90=20=EC=B9=B4=EC=B9=B4=EC=98=A4=20=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=20=EB=AF=B8=EB=A6=AC=EB=B3=B4=EA=B8=B0=20ex)=EC=B9=B4?= =?UTF-8?q?=EC=B9=B4=EC=98=A4=20=ED=85=9C=ED=94=8C=EB=A6=BF=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D=20:=20=EB=AF=B8=EB=A6=AC=EB=B3=B4=EA=B8=B0=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20html=20>=20text=EB=A1=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/kakao/templateComm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/js/kakao/templateComm.js b/src/main/webapp/js/kakao/templateComm.js index a88e42cc..7aa461dc 100644 --- a/src/main/webapp/js/kakao/templateComm.js +++ b/src/main/webapp/js/kakao/templateComm.js @@ -23,9 +23,9 @@ function setContentsLeng(contents){ $('.nowChar').text(conLeng + " /"); $('.template_text').show(); if(repContent != ''){ - $('.template_text').html(repContent); + $('.template_text').text(repContent); }else{ - $('.template_text').html("내용 미리보기"); + $('.template_text').text("내용 미리보기"); } }