diff --git a/js/acl.js b/js/acl.js
index e383224ca..4f4325284 100644
--- a/js/acl.js
+++ b/js/acl.js
@@ -247,7 +247,7 @@ ACL.prototype.populate = function(data){
var height = Math.ceil(data.tot / that.nw) * 42;
that.list_content.height(height);
$(data.items).each(function(){
- html = "
"+that.item_tpl+"
";
+ html = "{1}
"+that.item_tpl+"
";
html = html.format( this.photo, this.name, this.type, this.id, '', this.network, this.link );
if (this.uids!=undefined) that.group_uids[this.id] = this.uids;
//console.log(html);
diff --git a/view/acl_selector.tpl b/view/acl_selector.tpl
index 655ea8980..e2b85e36b 100644
--- a/view/acl_selector.tpl
+++ b/view/acl_selector.tpl
@@ -9,7 +9,6 @@
diff --git a/view/smarty3/acl_selector.tpl b/view/smarty3/acl_selector.tpl
index 52f0573c8..bc669a2ac 100644
--- a/view/smarty3/acl_selector.tpl
+++ b/view/smarty3/acl_selector.tpl
@@ -9,7 +9,6 @@