mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +02: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:
@@ -6,4 +6,4 @@ Hey {{ $user->username }}!
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{{ strip_tags($blueprint->post->contentHtml) }}
|
{{ strip_tags($blueprint->reply->contentHtml) }}
|
||||||
|
Reference in New Issue
Block a user