]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications_network_item.tpl
Merge pull request #6280 from MrPetovan/bug/4738-fix-message-list-query
[friendica.git] / view / templates / notifications_network_item.tpl
index 64395a83d0943d98e48c92d0289cd3850eccbf99..0373b0d01a2de7e4c25527fe0447be0f3be70926 100644 (file)
@@ -1,4 +1,4 @@
 
 <div class="notif-item {{if !$item_seen}}unseen{{/if}}">
-       <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a>
+       <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text nofilter}} <span class="notif-when">{{$item_ago}}</span></a>
 </div>