1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-09-28 23:51:56 +02:00

Fix title in add-page-numbers.html

The key `autoCrop.title` was used instead of `addPageNumbers.title`.
This commit is contained in:
Dylan Broussard 2023-08-15 00:29:36 +02:00 committed by GitHub
parent b73aeee18d
commit 2836f0ab5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>