]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications.tpl
Merge pull request #6475 from tobiasd/20190120-unescapealbums
[friendica.git] / view / templates / notifications.tpl
index f3068226c48c3707eb3d563afe9d92f15b75c7d7..9438db682c40b1cd4337c7ceacdc72d89d3a9a36 100644 (file)
@@ -11,7 +11,7 @@
        {{* The notifications *}}
        {{if $notif_content}}
        {{foreach $notif_content as $notification}}
-               {{$notification}}
+               {{$notification nofilter}}
        {{/foreach}}
        {{/if}}
 
@@ -21,5 +21,5 @@
        {{/if}}
 
        {{* The pager *}}
-       {{$notif_paginate}}
+       {{$notif_paginate nofilter}}
 </div>