diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-26 12:54:26 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-26 12:54:26 +0100 |
commit | be3e0ca9a11923e1eba6b565af512c9339597f74 (patch) | |
tree | e4e3dca939e4e3da7a9447d097221d79843ec4ba /view/tpl/acl_selector.tpl | |
parent | a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586 (diff) | |
download | volse-hubzilla-be3e0ca9a11923e1eba6b565af512c9339597f74.tar.gz volse-hubzilla-be3e0ca9a11923e1eba6b565af512c9339597f74.tar.bz2 volse-hubzilla-be3e0ca9a11923e1eba6b565af512c9339597f74.zip |
change fontname in css and fix issue with unicode characters
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 f4f851c8a..e032071b3 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -31,7 +31,7 @@ <div id="acl-wrapper"> <div id="acl-list"> - <input class="form-control" type="text" id="acl-search" placeholder=" {{$search}}"> + <input class="form-control" type="text" id="acl-search" placeholder="" title="{{$search}}"> <small class="text-muted">{{$showlimitedDesc}}</small> <div id="acl-list-content"></div> </div> |