Skip to content

Commit

Permalink
bugfix(samples): removed deprecated thymeleaf usage from SpringBoot 3…
Browse files Browse the repository at this point in the history
… sample
  • Loading branch information
lprimak committed Dec 20, 2023
1 parent cf2f1f0 commit 92ea8f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<html xmlns:th="http://www.thymeleaf.org">
<head>
<title>Account Info</title>
<!--/*/ <th:block th:include="fragments/head :: head"/> /*/-->
<!--/*/ <th:block th:insert="~{fragments/head :: head}"/> /*/-->
</head>
<body>
<div class="container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-->
<html xmlns:th="http://www.thymeleaf.org">
<head>
<!--/*/ <th:block th:include="fragments/head :: head"/> /*/-->
<!--/*/ <th:block th:insert="~{fragments/head :: head}"/> /*/-->
</head>
<body>
<div class="container-fluid">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<html xmlns:th="http://www.thymeleaf.org">
<head>
<title>Getting Started: Serving Web Content</title>
<!--/*/ <th:block th:include="fragments/head :: head"/> /*/-->
<!--/*/ <th:block th:insert="~{fragments/head :: head}"/> /*/-->
</head>
<body>
<div class="container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<html>
<head>
<title>Getting Started: Serving Web Content</title>
<!--/*/ <th:block th:include="fragments/head :: head"/> /*/-->
<!--/*/ <th:block th:insert="~{fragments/head :: head}"/> /*/-->
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 92ea8f4

Please sign in to comment.