From 69c8266d8f490d97a40b69bf10b2c0e559ddd706 Mon Sep 17 00:00:00 2001 From: jiwoo Date: Mon, 24 Jul 2023 17:56:07 +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=ED=85=9C?= =?UTF-8?q?=ED=94=8C=EB=A6=BF=20=EB=AF=B8=EB=A6=AC=EB=B3=B4=EA=B8=B0=20?= =?UTF-8?q?=EC=9B=90=EB=B3=B5=20(text=20>=20html)?= 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 7aa461dc..a88e42cc 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').text(repContent); + $('.template_text').html(repContent); }else{ - $('.template_text').text("내용 미리보기"); + $('.template_text').html("내용 미리보기"); } }