Skip to content

Commit

Permalink
Fix th block reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bseeger committed Jan 31, 2024
1 parent 0b93e79 commit f5a6d8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</span>
<span th:text="#{doc-upload-recommendations.recommended}"></span>
</th:block>
<th:block th:ref="revealContent1"
<th:block th:ref="content"
th:with="
maxFiles=${@environment.getProperty('form-flow.uploads.max-files')},
maxFileSize=${@environment.getProperty('form-flow.uploads.max-file-size')},
Expand Down

0 comments on commit f5a6d8f

Please sign in to comment.