aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/notifications_dislikes_item.tpl
diff options
context:
space:
mode:
authortuscanhobbit <pynolo@tarine.net>2014-08-27 09:35:17 +0200
committertuscanhobbit <pynolo@tarine.net>2014-08-27 09:35:17 +0200
commitc4a24097789e4dc1a6afe8ae844e3402438119ba (patch)
tree725c41906378f26aa96a765f5446c481e734d837 /view/tpl/notifications_dislikes_item.tpl
parentb5d1c7865b14fa60c35618b4179eb3c91949a441 (diff)
downloadvolse-hubzilla-c4a24097789e4dc1a6afe8ae844e3402438119ba.tar.gz
volse-hubzilla-c4a24097789e4dc1a6afe8ae844e3402438119ba.tar.bz2
volse-hubzilla-c4a24097789e4dc1a6afe8ae844e3402438119ba.zip
notifications open in the same window(tab)
Diffstat (limited to 'view/tpl/notifications_dislikes_item.tpl')
-rwxr-xr-xview/tpl/notifications_dislikes_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_dislikes_item.tpl b/view/tpl/notifications_dislikes_item.tpl
index 856955424..d3c79be82 100755
--- a/view/tpl/notifications_dislikes_item.tpl
+++ b/view/tpl/notifications_dislikes_item.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>