From 0393b080f9026b9bd105d576620c55e56c441531 Mon Sep 17 00:00:00 2001 From: ParkSangCheon Date: Wed, 13 Dec 2023 05:41:20 +0900 Subject: [PATCH] M mypost.jsp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - html 삭제 --- src/main/webapp/WEB-INF/views/mypost.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/views/mypost.jsp b/src/main/webapp/WEB-INF/views/mypost.jsp index 9c6dedc..da02e79 100644 --- a/src/main/webapp/WEB-INF/views/mypost.jsp +++ b/src/main/webapp/WEB-INF/views/mypost.jsp @@ -150,7 +150,7 @@ itemContainer.innerHTML = - '
' + item.content + '
' + + '
' + item.content + '
' + '
' + formattedDate + '
' + '';