mirror of
https://github.com/flarum/framework.git
synced 2025-04-26 22:54:03 +08:00
Fix issue-email notifications quoting wrong reply
This commit fix this bug https://github.com/flarum/core/issues/304.Problem not in newPost.blade.php but in this file.
This commit is contained in:
parent
7bbe4a2e76
commit
b86077dfcf
@ -6,4 +6,4 @@ Hey {{ $user->username }}!
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{{ strip_tags($blueprint->post->contentHtml) }}
|
{{ strip_tags($blueprint->reply->contentHtml) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user