Browse Source

white-space:pre 속성 제거

gagamel 4 years ago
parent
commit
758c079038
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/webapp/WEB-INF/views/mob/mypage/MypageReviewFormMob.html

+ 2 - 1
src/main/webapp/WEB-INF/views/mob/mypage/MypageReviewFormMob.html

@@ -196,7 +196,8 @@
 						html += '		</div>\n';
 					}
 					html += '		<div class="txt_review_box" id="admin_'+item.reviewSq+'">\n';
-					html += '			<p style="white-space:pre;">'+item.reviewContent.escapeHtml()+'</p>\n';
+// 					html += '			<p style="white-space:pre;">'+item.reviewContent.escapeHtml()+'</p>\n';
+					html += '			<p>'+item.reviewContent.escapeHtml()+'</p>\n';
 					html += '		</div>\n';
 					html += '		<div  class="response_box2">\n';
 					html += '			<div>\n';