diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/listNotifications.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/listNotifications.jsp index 240aa430..d9eb8479 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/listNotifications.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/listNotifications.jsp @@ -158,7 +158,7 @@ $( document ).ready(function() { else li.find(".question").append($('').attr("class", "type").html("[소장자료관]")); var unread = ""; - if(obj.readYn != "Y") unread = " (미확인)"; + if(obj.readYn != "Y") unread = " 미확인"; li.find(".question").append($('').html(obj.title + unread)); li.find(".question").append($('').attr('class', 'date').html(obj.regDd)); li.append($('
').attr('class', 'answer').attr('style', 'display: none;')); diff --git a/src/main/webapp/WEB-INF/tiles/inc/footer.jsp b/src/main/webapp/WEB-INF/tiles/inc/footer.jsp index 2e7a63d3..26c862c2 100644 --- a/src/main/webapp/WEB-INF/tiles/inc/footer.jsp +++ b/src/main/webapp/WEB-INF/tiles/inc/footer.jsp @@ -4,7 +4,7 @@ <%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> - +