mirror of
https://github.com/flarum/core.git
synced 2025-07-28 20:20:34 +02:00
Rely on TextFormatter to unparse the post content
Refs flarum/core#920. Possibly fixing flarum/core#537.
This commit is contained in:
@@ -6,4 +6,4 @@ Hey {!! $user->username !!}!
|
||||
|
||||
---
|
||||
|
||||
{!! strip_tags($blueprint->reply->contentHtml) !!}
|
||||
{!! $blueprint->reply->content !!}
|
||||
|
@@ -6,4 +6,4 @@ Hey {!! $user->username !!}!
|
||||
|
||||
---
|
||||
|
||||
{!! strip_tags($blueprint->post->contentHtml) !!}
|
||||
{!! $blueprint->post->content !!}
|
||||
|
Reference in New Issue
Block a user