mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 18:27:47 +08:00
Rely on TextFormatter to unparse the post content
Fixes flarum/core#920.
This commit is contained in:
parent
85ea9851d4
commit
ef11e87119
|
@ -7,7 +7,7 @@ To view the new activity, check out the following link:
|
|||
|
||||
---
|
||||
|
||||
{!! strip_tags($blueprint->post->contentHtml) !!}
|
||||
{!! $blueprint->post->content !!}
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user