From 0bf507cb4dccde51b2f359d0ba6f9f9e4448ee69 Mon Sep 17 00:00:00 2001 From: wyh Date: Mon, 7 Oct 2024 09:29:35 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=AC=ED=86=A0=EA=B2=8C=EC=8B=9C=ED=8C=90?= =?UTF-8?q?=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=85=B8=EC=B6=9C=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/web/cop/bbs/EgovNoticePhotoInqire.jsp | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticePhotoInqire.jsp b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticePhotoInqire.jsp index 1977d573..8670b6c9 100644 --- a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticePhotoInqire.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticePhotoInqire.jsp @@ -22,9 +22,14 @@ <%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <%pageContext.setAttribute("crlf", "\r\n"); %> +<%pageContext.setAttribute("ltChar", "<"); %> +<%pageContext.setAttribute("gtChar", ">"); %>