BAEL-5039: edit identation

This commit is contained in:
achraftt 2022-02-16 14:22:45 +01:00
parent a4639b70e8
commit adca84eca2
2 changed files with 38 additions and 38 deletions

View File

@ -2,11 +2,11 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>Baeldung - using a datepicker to submit date</title>
<meta charset="UTF-8">
<title>Baeldung - using a datepicker to submit date</title>
</head>
<body>
<h1>Student birth date</h1>
<p th:text="${#dates.format(student.birthDate, 'dd/MM/yyyy')}"></p>
<h1>Student birth date</h1>
<p th:text="${#dates.format(student.birthDate, 'dd/MM/yyyy')}"></p>
</body>
</html>

View File

@ -2,8 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>Baeldung - using a datepicker to submit date</title>
<meta charset="UTF-8">
<title>Baeldung - using a datepicker to submit date</title>
</head>
<body>
<form th:action="@{/saveStudent}" method="post" th:object="${student}">