diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-26 15:09:46 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-26 15:09:46 +0100 |
commit | ee5fd8a0bddde6aab6ce63c2ee48350999d7070d (patch) | |
tree | 98dfef9b1a768d6abcb1ecddf3448029f92dc40e /view/tpl/acl_selector.tpl | |
parent | 032cbca6511cd0e0bbd5d6a41993a7a3734efc37 (diff) | |
download | volse-hubzilla-ee5fd8a0bddde6aab6ce63c2ee48350999d7070d.tar.gz volse-hubzilla-ee5fd8a0bddde6aab6ce63c2ee48350999d7070d.tar.bz2 volse-hubzilla-ee5fd8a0bddde6aab6ce63c2ee48350999d7070d.zip |
fix minor issue with custom acl selector
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-x | view/tpl/acl_selector.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index c8196ee78..d42fb1c3b 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -37,7 +37,7 @@ </div> </div> - <div class="acl-list-item list-group-item" rel="acl-template" style="display:none"> + <div class="list-group-item acl-list-item" rel="acl-template" style="display:none"> <div class="acl-item-header"> <img class="menu-img-3" data-src="{0}"> <span class="contactname">{1}</span> |