Skip to content

Commit

Permalink
Merge pull request spring-projects#319 from Nalad:master
Browse files Browse the repository at this point in the history
* pr/319:
  Fix including template in layout fragment
  • Loading branch information
snicoll committed May 13, 2018
2 parents 932f17d + d568bca commit dd5b080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div class="container-fluid">
<div class="container xd-container">

<div th:replace="${template}"/>
<th:block th:include="${template}"/>

<br/>
<br/>
Expand Down

0 comments on commit dd5b080

Please sign in to comment.