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("내용 미리보기"); } }