Skip to content

Commit

Permalink
Merge pull request #37 from BroadleafCommerce/qa-3465-remove-deprecat…
Browse files Browse the repository at this point in the history
…ed-thymeleaf-tags

BroadleafCommerce/QA#3465 - Remove deprecated Thymeleaf tags - replaced layout:decorator for layout:decorate
  • Loading branch information
riteshadhikari17 authored Nov 5, 2018
2 parents 46c4ac8 + a3555d5 commit af53172
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 af53172

Please sign in to comment.