Rely on TextFormatter to unparse the post content

Fixes flarum/core#920.
This commit is contained in:
Franz Liedke 2018-12-11 22:28:26 +01:00
parent 85ea9851d4
commit ef11e87119

View File

@ -7,7 +7,7 @@ To view the new activity, check out the following link:
---
{!! strip_tags($blueprint->post->contentHtml) !!}
{!! $blueprint->post->content !!}
---