Skip to content

Commit e9e283d

Browse files
committed
Reapply "z"
This reverts commit 97e7eba.
1 parent 97e7eba commit e9e283d

15 files changed

Lines changed: 19 additions & 19 deletions

web/WEB-INF/views/admin/admin.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<%@page contentType="text/html" pageEncoding="UTF-8"%>
2-
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
2+
<%@ taglib prefix="c" uri="http://jakarta.ee/jstl/core" %>
33
<!DOCTYPE html>
44
<html>
55
<head>

web/WEB-INF/views/admin/dashboard.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<%@page contentType="text/html" pageEncoding="UTF-8"%>
2-
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
3-
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
2+
<%@ taglib prefix="c" uri="http://jakarta.ee/jstl/core" %>
3+
<%@ taglib prefix="fn" uri="http://jakarta.ee/jstl/functions" %>
44
<!DOCTYPE html>
55
<html>
66
<head>

web/WEB-INF/views/admin/editBooks.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
2-
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
2+
<%@ taglib uri="http://jakarta.ee/jstl/core" prefix="c" %>
33
<!DOCTYPE html>
44
<html>
55
<head>

web/WEB-INF/views/admin/managerBook.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<%@page contentType="text/html" pageEncoding="UTF-8"%>
2-
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
2+
<%@ taglib prefix="c" uri="http://jakarta.ee/jstl/core" %>
33
<!DOCTYPE html>
44
<html>
55
<head>
@@ -912,4 +912,4 @@
912912
});
913913
</script>
914914
</body>
915-
</html>
915+
</html>

web/WEB-INF/views/admin/userborrowingrecord.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<%@page contentType="text/html" pageEncoding="UTF-8"%>
2-
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
2+
<%@ taglib prefix="c" uri="http://jakarta.ee/jstl/core" %>
33
<!DOCTYPE html>
44
<html>
55
<head>

web/WEB-INF/views/admin/usermanager.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<%@page contentType="text/html" pageEncoding="UTF-8"%>
2-
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
2+
<%@ taglib prefix="c" uri="http://jakarta.ee/jstl/core" %>
33
<!DOCTYPE html>
44
<html>
55
<head>
@@ -854,4 +854,4 @@
854854
</script>
855855

856856
</body>
857-
</html>
857+
</html>

web/WEB-INF/views/book/bookcategory.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<%@page contentType="text/html" pageEncoding="UTF-8"%>
2-
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
2+
<%@ taglib uri="http://jakarta.ee/jstl/core" prefix="c" %>
33
<!DOCTYPE html>
44
<html>
55
<head>

web/WEB-INF/views/book/bookdetail.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--%>
66

77
<%@page contentType="text/html" pageEncoding="UTF-8"%>
8-
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
8+
<%@ taglib uri="http://jakarta.ee/jstl/core" prefix="c" %>
99
<!DOCTYPE html>
1010
<html>
1111
<head>

web/WEB-INF/views/book/booklist.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<%@page contentType="text/html" pageEncoding="UTF-8"%>
2-
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
2+
<%@ taglib uri="http://jakarta.ee/jstl/core" prefix="c" %>
33
<!DOCTYPE html>
44
<html>
55
<head>

web/WEB-INF/views/book/searchbook.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<%@page contentType="text/html" pageEncoding="UTF-8"%>
2-
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
2+
<%@ taglib uri="http://jakarta.ee/jstl/core" prefix="c" %>
33
<!DOCTYPE html>
44
<html>
55
<head>

0 commit comments

Comments
 (0)