diff options
author | marijus <mario@mariovavti.com> | 2014-05-08 13:53:27 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-08 13:53:27 +0200 |
commit | 6e397240a3f1a1bb52ef5d9bd3929a6770ac8222 (patch) | |
tree | 1c748d3bbdbba67a753587d5623003e9a6544ccf /view | |
parent | 8144498803a589f9179dea556acc8332381a93af (diff) | |
download | volse-hubzilla-6e397240a3f1a1bb52ef5d9bd3929a6770ac8222.tar.gz volse-hubzilla-6e397240a3f1a1bb52ef5d9bd3929a6770ac8222.tar.bz2 volse-hubzilla-6e397240a3f1a1bb52ef5d9bd3929a6770ac8222.zip |
add some more bs fu
Diffstat (limited to 'view')
-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 b44b57c3a..f9be3b077 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -94,7 +94,7 @@ {{/if}} {{if $item.drop.dropping}} <li role="presentation" class="divider"></li> - <li><a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" title="{{$item.drop.delete}}" ><i class="icon-remove"></i> {{$item.drop.delete}}</a></li> + <li role="presentation"><a role="menuitem" href="item/drop/{{$item.id}}" onclick="return confirmDelete();" title="{{$item.drop.delete}}" ><i class="icon-remove"></i> {{$item.drop.delete}}</a></li> {{/if}} </ul> </div> |