Umstellung auf Thymeleaf: Schritt 2 - Tilesunterstützung aktiviert
[website] / src / main / webapp / thymeleaf / views / 404.html
index 1848382..6c22532 100644 (file)
@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tiles="http://www.thymeleaf.org">
   <head>
-    <title th:fragment="title">404: Page not found</title>
+    <title tiles:fragment="title">404: Page not found</title>
   </head>
   <body>
-    <div th:fragment="content">
+    <div tiles:fragment="content">
       <p>We do not know, where you are.</p>
       <p>And we do not know, why you are here.</p>
       <p>But we can tell you: WE ARE SORRY!</p>