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>