]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/notify.tpl
Merge pull request #8118 from annando/spamcheck
[friendica.git] / view / theme / frio / templates / notify.tpl
index 6122ecdfbbf798966aaf51f71f04a07cfd5693b0..58f3b0da9f646b1ba6a2a85690c306e6525f8e6f 100644 (file)
@@ -1,11 +1,11 @@
 
 <div class="notif-item {{if !$item_seen}}unseen{{/if}} {{$item_label}} media">
        <div class="notif-photo-wrapper media-object pull-left">
-               <a class="userinfo" href="{{$item_url}}"><img src="{{$item_image}}" class="notif-image"></a>
+               <a class="userinfo click-card" href="{{$item_url}}"><img src="{{$item_image}}" class="notif-image"></a>
        </div>
        <div class="notif-desc-wrapper media-body">
                <a href="{{$item_link}}">
-                       {{$item_text}}
+                       {{$item_text nofilter}}
                        <div><time class="notif-when time" data-toggle="tooltip" title="{{$item_when}}">{{$item_ago}}</time></div>
                </a>
        </div>