Skip to content
Snippets Groups Projects
Unverified Commit 21c99852 authored by Robb Lewis's avatar Robb Lewis
Browse files

newline to breaks

parent f39ec0bc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,7 @@
 
<div class="media tweet-list__tweet-body">
<div class="media-body">
<p>{!! html_entity_decode($tweet->present()->tweet) !!}</p>
<p>{!! nl2br(html_entity_decode($tweet->present()->tweet)) !!}</p>
<p class="tweet-list__meta">
{!! $tweet->present()->metadata !!}
<br>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment