diff options
author | marijus <mario@mariovavti.com> | 2015-01-23 02:09:28 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-23 02:09:28 +0100 |
commit | e87437626867caf133eee2ef7cdba39506497eab (patch) | |
tree | 5190685a68baddd3d4cf50dace80625b9760976f /view/tpl/hdr.tpl | |
parent | 87dcc4c145cae992d7aa009c36fa45cf543cad55 (diff) | |
download | volse-hubzilla-e87437626867caf133eee2ef7cdba39506497eab.tar.gz volse-hubzilla-e87437626867caf133eee2ef7cdba39506497eab.tar.bz2 volse-hubzilla-e87437626867caf133eee2ef7cdba39506497eab.zip |
this will require more fixing in include/enotify
Diffstat (limited to 'view/tpl/hdr.tpl')
-rw-r--r-- | view/tpl/hdr.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/hdr.tpl b/view/tpl/hdr.tpl index cfd22e607..c3f0700f0 100644 --- a/view/tpl/hdr.tpl +++ b/view/tpl/hdr.tpl @@ -1,5 +1,5 @@ <div id="banner" class="hidden-sm hidden-xs">{{$banner}}</div> <ul id="nav-notifications-template" style="display:none;" rel="template"> - <li class="{5}"><a href="{0}" title="{2} {3}"><img data-src="{1}"><span class='contactname'>{2}</span><span class="dropdown-sub-text">{3}<br>{4}</span></a></li> + <li class="{5}"><a href="{0}" title="{2} {3}"><img data-src="{1}"><span class="contactname">{2}</span><span class="dropdown-sub-text">{3}<br>{4}</span></a></li> </ul> |