mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
Fix including template in layout fragment
Closes gh-319
This commit is contained in:
parent
932f17ddae
commit
d568bcaf0b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
<div class="container-fluid">
|
||||
<div class="container xd-container">
|
||||
|
||||
<div th:replace="${template}"/>
|
||||
<th:block th:include="${template}"/>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
|
Loading…
Reference in a new issue