From d0598e9716dd6a1bb9e08377fa8d2933facd8904 Mon Sep 17 00:00:00 2001 From: Alessandro Giuseppe Gioia Date: Sat, 26 Jul 2025 16:13:23 +0200 Subject: [PATCH] Update layouts.html Replaced typo "taks" with "tasks" at line 234 --- doc/articles/layouts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/layouts.html b/doc/articles/layouts.html index b97140f5e..c5a9a55ca 100644 --- a/doc/articles/layouts.html +++ b/doc/articles/layouts.html @@ -231,7 +231,7 @@

Thymeleaf Page Layouts

<li><a href="#">Home</a></li> <li><a href="#" th:href="@{/task}">Tasks</a></li> </ol> -</header>

As a result, the following HTML will be generated for the task/taks-list view:

<header>
+</header>

As a result, the following HTML will be generated for the task/tasks-list view:

<header>
     <div>
         <ol class="breadcrumb container">
             <li><a href="#">Home</a></li>