Skip to content

Commit

Permalink
[BUGFIX] Use custom trim viewhelper since trim only added in v12
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jul 17, 2023
1 parent 1a70131 commit 22f6c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/ContentElements/Uploads.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</f:else>
</f:if>
</f:variable>
<f:variable name="fileTitle">{fileTitle -> f:format.trim()}</f:variable>
<f:variable name="fileTitle">{fileTitle -> bk2k:format.trim()}</f:variable>
<li class="filelink-item">
<f:if condition="{data.uploads_type} == 1">
<div class="filelink-media">
Expand Down

0 comments on commit 22f6c99

Please sign in to comment.