Skip to content

Commit

Permalink
Fix title in add-page-numbers.html
Browse files Browse the repository at this point in the history
The key `autoCrop.title` was used instead of `addPageNumbers.title`.
  • Loading branch information
deraw authored Aug 14, 2023
1 parent b73aeee commit 2836f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/other/add-page-numbers.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:th="http://www.thymeleaf.org">

<th:block
th:insert="~{fragments/common :: head(title=#{autoCrop.title})}"></th:block>
th:insert="~{fragments/common :: head(title=#{addPageNumbers.title})}"></th:block>


<body>
Expand Down

0 comments on commit 2836f0a

Please sign in to comment.