관리자 개시글 테그 화면 수정
This commit is contained in:
parent
e8b49183f3
commit
9406b2c6f3
@ -20,9 +20,9 @@
|
||||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
|
||||
<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator"%>
|
||||
<%
|
||||
pageContext.setAttribute("crlf", "\r\n");
|
||||
%>
|
||||
<%pageContext.setAttribute("crlf", "\r\n"); %>
|
||||
<%pageContext.setAttribute("ltChar", "<"); %>
|
||||
<%pageContext.setAttribute("gtChar", ">"); %>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
@ -284,7 +284,11 @@
|
||||
</th>
|
||||
<td>
|
||||
<div id="bbs_cn">
|
||||
<c:out value="${fn:replace(result.nttCn , crlf , '<br/>')}" escapeXml="false" />
|
||||
<c:set var="nttCn1" value="${fn:replace(result.nttCn , crlf , '<br/>')}" />
|
||||
<c:set var="nttCn2" value="${fn:replace(nttCn1 , ltChar , '<')}" />
|
||||
<c:set var="nttCn3" value="${fn:replace(nttCn2 , gtChar , '>')}" />
|
||||
<c:out value="${nttCn3}" escapeXml="false" />
|
||||
<%-- <c:out value="${fn:replace(result.nttCn , crlf , '<br/>')}" escapeXml="false" /> --%>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -241,7 +241,6 @@ function fn_egov_select_commentList(pageNo) {
|
||||
<c:set var="nttCn2" value="${fn:replace(nttCn1 , ltChar , '<')}" />
|
||||
<c:set var="nttCn3" value="${fn:replace(nttCn2 , gtChar , '>')}" />
|
||||
<c:out value="${nttCn3}" escapeXml="false" />
|
||||
|
||||
</div>
|
||||
<c:if test="${result.atchFileCnt > 0}">
|
||||
<c:import url="/cmm/fms/selectBBSFileInfsMjon.do" charEncoding="utf-8">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user