]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications/notification.tpl
RU translations THX Alexander An
[friendica.git] / view / templates / notifications / notification.tpl
index 9df15546512ea064ce665da687f66cf7172a735f..4ff7bc7a8b90ecb5d33e48c111257b701e1b602f 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 nofilter}} <span class="notif-when">{{$item_ago}}</span></a>
-</div>
\ No newline at end of file
+<div class="notif-item {{if !$item_seen}}unseen{{/if}}" {{if $item_seen}}aria-hidden="true"{{/if}}>
+       <a href="{{$item_link}}"><img src="{{$item_image}}" aria-hidden="true" class="notif-image">{{$item_text nofilter}} <span class="notif-when">{{$item_ago}}</span></a>
+</div>