Skip to content

Commit

Permalink
[BUGFIX] Fix corrupt spam notification template (#1001)
Browse files Browse the repository at this point in the history
Add viewhelper namespace and close if tag
  • Loading branch information
barow committed Jun 7, 2024
1 parent f395bb0 commit 651b16c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/Private/Templates/Log/SpamNotification.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

{namespace vh=In2code\Powermail\ViewHelpers}
----------------------------------------------------

<f:format.date format="Y-m-d H:i:s">{time}</f:format.date>
Expand All @@ -19,6 +19,7 @@
<f:else>
{answer.value}
</f:else>
</f:if>
</f:for>
<f:if condition="{ipAddress}">Senders IP addess: {ipAddress}</f:if>

Expand Down

0 comments on commit 651b16c

Please sign in to comment.