diff --git a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp index 42841a72..e93dff52 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp @@ -191,7 +191,7 @@ // 출력 $.each(jsonObj.data,function(key,obj) { var t_data = ""; - t_data += "
\"썸네일\""; + t_data += "
\"썸네일\""; t_data += "\"즐겨찾기\"즐겨찾기
"; t_data += "
" if(obj.ableOnline) @@ -279,7 +279,7 @@ t_btn +="
대출예약 가능
"; }else if(obj.ableRentNow == false) { - t_btn +="
대출신청/예약 불가
"; + t_btn +="
대출신청/예약 불가
"; } if(obj.ableReadNow == true) {