diff --git a/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/views/datePicker/displayDate.html b/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/views/datePicker/displayDate.html
index d3409f98f3..7ae84e026f 100644
--- a/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/views/datePicker/displayDate.html
+++ b/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/views/datePicker/displayDate.html
@@ -1,12 +1,12 @@
+ xmlns:th="http://www.thymeleaf.org">
-
-Baeldung - using a datepicker to submit date
+
+ Baeldung - using a datepicker to submit date
- Student birth date
-
+Student birth date
+
\ No newline at end of file
diff --git a/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/views/datePicker/saveStudent.html b/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/views/datePicker/saveStudent.html
index 2faaed173c..d897369326 100644
--- a/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/views/datePicker/saveStudent.html
+++ b/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/views/datePicker/saveStudent.html
@@ -1,42 +1,42 @@
+ xmlns:th="http://www.thymeleaf.org">
-
-Baeldung - using a datepicker to submit date
+
+ Baeldung - using a datepicker to submit date
\ No newline at end of file