diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-08 15:33:15 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-11-08 15:33:15 -0800 |
commit | 127ed1b188ca650f5bcd2932d2b3ffafe7fd6bf7 (patch) | |
tree | c205b48da08b3daff4ec935098bb667e44dfede5 | |
parent | b80674bf2e72fba633cb85ac48062435d68032c5 (diff) | |
download | volse-hubzilla-127ed1b188ca650f5bcd2932d2b3ffafe7fd6bf7.tar.gz volse-hubzilla-127ed1b188ca650f5bcd2932d2b3ffafe7fd6bf7.tar.bz2 volse-hubzilla-127ed1b188ca650f5bcd2932d2b3ffafe7fd6bf7.zip |
typo when consolidating icons
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index ea56795e9..35c3d18e7 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -105,7 +105,7 @@ {{if $item.isevent}} <div class="btn-group dropdown"> <button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-attend-menu-{{$item.id}}" title="{{$item.attend_title}}"> - <i class="fa fa-calendar-check-o"> + <i class="fa fa-calendar-check-o"></i> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-attend-menu-{{$item.id}}"> <li role="presentation"><a class="menuitem" href="#" title="{{$item.attend.0}}" onclick="itemAddToCal({{$item.id}}); dolike({{$item.id}},'attendyes'); return false;"> |