diff options
Diffstat (limited to 'view/tpl/notify.tpl')
-rwxr-xr-x | view/tpl/notify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notify.tpl b/view/tpl/notify.tpl index 856955424..d3c79be82 100755 --- a/view/tpl/notify.tpl +++ b/view/tpl/notify.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> + <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> </div> |