mirror of
https://github.com/flarum/core.git
synced 2025-07-28 20:20:34 +02:00
Fix post content in email template
This commit is contained in:
@@ -6,4 +6,4 @@ Hey {{ $user->username }}!
|
||||
|
||||
---
|
||||
|
||||
{{{ $notification->reply->contentPlain }}}
|
||||
{{ strip_tags($notification->post->contentHtml) }}
|
||||
|
@@ -6,4 +6,4 @@ Hey {{ $user->username }}!
|
||||
|
||||
---
|
||||
|
||||
{{{ $notification->post->contentPlain }}}
|
||||
{{ strip_tags($notification->post->contentHtml) }}
|
||||
|
Reference in New Issue
Block a user