commit 7dad046ed3e21eb06b5036fe8d1ef6a79004d5b5
parent c71bcb20f251869a52dad4e7ca368ee26a0a6f88
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 27 Mar 2018 16:32:38 +0200
Make the links work
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/tweet-list/tweet-list.component.html b/src/app/tweet-list/tweet-list.component.html
@@ -23,7 +23,7 @@
</div>
</a>
<mat-card-content>
- {{item.text | linkify}}
+ <p [innerHtml]="item.text | linkify"></p>
<br>
<i class="fa fa-heart"> </i>{{item.favorites.toLocaleString()}} <i class="fa fa-retweet"> </i>{{item.retweets.toLocaleString()}}
</mat-card-content>