Skip to content

Commit

Permalink
M mypost.jsp
Browse files Browse the repository at this point in the history
 - html 삭제
  • Loading branch information
SangCheonP committed Dec 12, 2023
1 parent 3c28eea commit 0393b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/mypost.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
itemContainer.innerHTML =
'<div class="title"><a href="/storeView.html?idx=' + item.store_id + '">' + item.content + '</a></div>' +
'<div class="title"><a href="/storeView?idx=' + item.store_id + '">' + item.content + '</a></div>' +
'<div class="date">' + formattedDate + '</div>' +
'<div class="idx" style="display: none;">' + item.id + '</div>';
Expand Down

0 comments on commit 0393b08

Please sign in to comment.