mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Fix thymeleaf deprecation warnings in layout
This commit is contained in:
parent
bf1b57e15c
commit
040b28fbe0
|
@ -17,7 +17,7 @@
|
|||
<header>
|
||||
<h1 th:text="${#strings.isEmpty(title)} ? #{home.title} : ${title}">Catering</h1>
|
||||
</header>
|
||||
<nav th:include="navigation :: navigation"></nav>
|
||||
<nav th:insert="~{navigation :: navigation}"></nav>
|
||||
<section layout:fragment="content"></section>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue