aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/acl_selector.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-26 12:54:26 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-26 12:54:26 +0100
commitbe3e0ca9a11923e1eba6b565af512c9339597f74 (patch)
treee4e3dca939e4e3da7a9447d097221d79843ec4ba /view/tpl/acl_selector.tpl
parenta5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586 (diff)
downloadvolse-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-xview/tpl/acl_selector.tpl2
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="&#xf002; {{$search}}">
+ <input class="form-control" type="text" id="acl-search" placeholder="&#xf002;" title="{{$search}}">
<small class="text-muted">{{$showlimitedDesc}}</small>
<div id="acl-list-content"></div>
</div>