]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/notifications.tpl
Merge pull request #6497 from MrPetovan/bug/6383-delivery-no-data
[friendica.git] / view / theme / frio / templates / notifications.tpl
index b6b1d2da91a1bf9519b9feb522b93149b2d01709..1be92c4b24e249876e2ff6dd49d85cc73d51209a 100644 (file)
@@ -14,7 +14,7 @@
                {{if $notif_content}}
                <ul class="notif-network-list media-list">
                {{foreach $notif_content as $notification}}
-                       <li>{{$notification}}</li>
+                       <li>{{$notification nofilter}}</li>
                {{/foreach}}
                </ul>
                {{/if}}
@@ -26,5 +26,5 @@
        </div>
 
        {{* The pager *}}
-       {{$notif_paginate}}
+       {{$notif_paginate nofilter}}
 </div>