]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications_likes_item.tpl
Merge pull request #6323 from annando/issue-6316
[friendica.git] / view / templates / notifications_likes_item.tpl
index adaa539d1279cb890e7af213f7e45d8e5c00fe14..6fb69ed6816000ae89594a53ddcb082d3de2d42d 100644 (file)
@@ -1,4 +1,4 @@
 
 <div class="notif-item {{if !$item_seen}}unseen{{/if}}">
-       <a href="{{$item_link}}" target="friendica-notification"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_ago}}</span></a>
+       <a href="{{$item_link}}" target="friendica-notification"><img src="{{$item_image}}" class="notif-image">{{$item_text nofilter}} <span class="notif-when">{{$item_ago}}</span></a>
 </div>
\ No newline at end of file