Browse Source

Merge branch 'sowon' into develop

sowon4187 5 years ago
parent
commit
e4f8050095
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/WEB-INF/views/web/callcenter/NoticeFormWeb.html

+ 1 - 1
src/main/webapp/WEB-INF/views/web/callcenter/NoticeFormWeb.html

@@ -120,7 +120,7 @@
 				tag += '	</div>\n';
 				tag += '	</div>\n';
 				tag += '	<div class="fold_cont" style="display: none;">\n';
 				tag += '	<div class="fold_cont" style="display: none;">\n';
 				tag += '		<div class="fold_detail">\n';
 				tag += '		<div class="fold_detail">\n';
-				tag += '			<div>' + item.noticeContent + '</div>\n';
+				tag += '			<div>' + item.noticeContent.replace(/\n/g,'<br/>') + '</div>\n';
 				tag += '		</div>\n';
 				tag += '		</div>\n';
 				tag += '	</div>\n';
 				tag += '	</div>\n';
 				tag += '</li>\n';
 				tag += '</li>\n';