diff options
Diffstat (limited to 'view/notifications_comments_item.tpl')
-rw-r--r-- | view/notifications_comments_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/notifications_comments_item.tpl b/view/notifications_comments_item.tpl index 96327b2d8..73cc9f948 100644 --- a/view/notifications_comments_item.tpl +++ b/view/notifications_comments_item.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="$item_link"><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 <span class="notif-when">$item_when</span></a> </div>
\ No newline at end of file |