mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Merge pull request #319 from Nalad:master
* pr/319: Fix including template in layout fragment
This commit is contained in:
commit
dd5b080d48
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