diff --git a/view/js/friendica-tagsinput/friendica-tagsinput.js b/view/js/friendica-tagsinput/friendica-tagsinput.js
index e3db53df41..45c00641fd 100644
--- a/view/js/friendica-tagsinput/friendica-tagsinput.js
+++ b/view/js/friendica-tagsinput/friendica-tagsinput.js
@@ -165,7 +165,7 @@
// add if item represents a value not present in one of the 's options
if (self.isSelect && !optionExists) {
- var $option = $('');
+ var $option = $('');
$option.data('item', item);
$option.attr('value', itemValue);
self.$element.append($option);
@@ -577,11 +577,6 @@
tagsinput = new TagsInput(this, arg1);
$(this).data('tagsinput', tagsinput);
results.push(tagsinput);
-
- if (this.tagName === 'SELECT') {
- $('option', $(this)).attr('selected', 'selected');
- }
-
// Init tags from $(this).val()
$(this).val($(this).val());
} else if (!arg1 && !arg2) {
diff --git a/view/templates/acl/message_recipient.tpl b/view/templates/acl/message_recipient.tpl
index 07c22f449e..2c74ed178e 100644
--- a/view/templates/acl/message_recipient.tpl
+++ b/view/templates/acl/message_recipient.tpl
@@ -1,4 +1,4 @@
-