diff options
author | zotlabs <mike@macgirvin.com> | 2018-12-01 06:39:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-12-02 10:18:05 +0100 |
commit | 51d274961b5d8e072eb8493b37182c21d4ac3e94 (patch) | |
tree | 1a5788e3a7d4ea676affb4468294923b95dc7b0c | |
parent | 4b4cc0489729e061f18a825e0e0be3fa0a9d8353 (diff) | |
download | volse-hubzilla-51d274961b5d8e072eb8493b37182c21d4ac3e94.tar.gz volse-hubzilla-51d274961b5d8e072eb8493b37182c21d4ac3e94.tar.bz2 volse-hubzilla-51d274961b5d8e072eb8493b37182c21d4ac3e94.zip |
typo
(cherry picked from commit 6f22e47febdfb46494a0e1681e3eabdbd00fe72b)
-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> |