aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/notifications_likes_item.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/notifications_likes_item.tpl')
-rwxr-xr-x[-rw-r--r--]view/tpl/notifications_likes_item.tpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/view/tpl/notifications_likes_item.tpl b/view/tpl/notifications_likes_item.tpl
index 389144d9b..792b285bc 100644..100755
--- a/view/tpl/notifications_likes_item.tpl
+++ b/view/tpl/notifications_likes_item.tpl
@@ -1,3 +1,8 @@
+{{*
+ * AUTOMATICALLY GENERATED TEMPLATE
+ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
<div class="notif-item">
- <a href="$item_link" target="friendica-notification"><img src="$item_image" class="notif-image">$item_text <span class="notif-when">$item_when</span></a>
+ <a href="{{$item_link}}" target="friendica-notification"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a>
</div> \ No newline at end of file