1
0
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:
Franz Liedke
2018-12-11 22:55:21 +01:00
parent 4ce3348e1e
commit 875daf3ce2
2 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ Hey {!! $user->username !!}!
---
{!! strip_tags($blueprint->reply->contentHtml) !!}
{!! $blueprint->reply->content !!}

View File

@@ -6,4 +6,4 @@ Hey {!! $user->username !!}!
---
{!! strip_tags($blueprint->post->contentHtml) !!}
{!! $blueprint->post->content !!}