Skip to content

Commit

Permalink
BroadleafCommerce/QA#3465 - Remove deprecated Thymeleaf tags - replac…
Browse files Browse the repository at this point in the history
…ed layout:decorator for layout:decorate
  • Loading branch information
Juan Etchegoyen committed Oct 25, 2018
1 parent 46c4ac8 commit a3555d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/src/main/resources/webTemplates/content/news.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<th:block layout:decorator="layout/fullPageLayout" layout:fragment="content">
<th:block layout:decorate="layout/fullPageLayout" layout:fragment="content">
<head>
<title th:text="${BLC_PAGE.description}"></title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion site/src/main/resources/webTemplates/utility/error.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<th:block layout:decorator="layout/fullPageLayout">
<th:block layout:decorate="layout/fullPageLayout">
<div layout:fragment="content">
<div th:class="default_error_message">
<h2>
Expand Down

0 comments on commit a3555d5

Please sign in to comment.