mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-02-02 00:16:34 +01:00
Fix title in add-page-numbers.html
The key `autoCrop.title` was used instead of `addPageNumbers.title`.
This commit is contained in:
parent
b73aeee18d
commit
2836f0ab5a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user