Skip to content

Commit

Permalink
Rely on TextFormatter to unparse the post content
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Dec 11, 2018
1 parent 9601a25 commit e1c549e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/emails/postMentioned.blade.php
Expand Up @@ -6,4 +6,4 @@

---

{!! strip_tags($blueprint->reply->contentHtml) !!}
{!! $blueprint->reply->content !!}
2 changes: 1 addition & 1 deletion views/emails/userMentioned.blade.php
Expand Up @@ -6,4 +6,4 @@

---

{!! strip_tags($blueprint->post->contentHtml) !!}
{!! $blueprint->post->content !!}

0 comments on commit e1c549e

Please sign in to comment.