1
0
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:
Toby Zerner
2015-06-26 12:21:30 +09:30
parent 9f2393f7bb
commit 653f1dc841
2 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ Hey {{ $user->username }}!
---
{{{ $notification->reply->contentPlain }}}
{{ strip_tags($notification->post->contentHtml) }}

View File

@@ -6,4 +6,4 @@ Hey {{ $user->username }}!
---
{{{ $notification->post->contentPlain }}}
{{ strip_tags($notification->post->contentHtml) }}