diff options
author | zotlabs <mike@macgirvin.com> | 2018-11-30 22:39:10 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-11-30 22:39:10 -0800 |
commit | 6f22e47febdfb46494a0e1681e3eabdbd00fe72b (patch) | |
tree | e50ad6f8535aa38e2e844fa6f824eedbf5f601fc /view/tpl/notifications_widget.tpl | |
parent | c6acb6191ca558fce121e7df26a8aba88beac2d9 (diff) | |
download | volse-hubzilla-6f22e47febdfb46494a0e1681e3eabdbd00fe72b.tar.gz volse-hubzilla-6f22e47febdfb46494a0e1681e3eabdbd00fe72b.tar.bz2 volse-hubzilla-6f22e47febdfb46494a0e1681e3eabdbd00fe72b.zip |
typo
Diffstat (limited to 'view/tpl/notifications_widget.tpl')
-rw-r--r-- | view/tpl/notifications_widget.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 48521c81c..e38356597 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -142,7 +142,7 @@ </a> </div> <div id="nav-notifications-forums-template" rel="template"> - <a class="list-group-item clearfix notification notification-forum" href="{0}" title="{4}" data-b64mid="{7}" data-notify_id="{8}" data-thread_top="{9}" data-contact_name="{2}" data-contact-addr="{3}"> + <a class="list-group-item clearfix notification notification-forum" href="{0}" title="{4}" data-b64mid="{7}" data-notify_id="{8}" data-thread_top="{9}" data-contact_name="{2}" data-contact_addr="{3}"> <span class="float-right badge badge-{{$notification.severity}}">{10}</span> <img class="menu-img-1" data-src="{1}"> <span class="">{2}</span> |