From: Michael <heluecht@pirati.ca>
Date: Sat, 22 Dec 2018 20:25:23 +0000 (+0000)
Subject: Issue 6308 - and again ...
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f19f67add55053e78c335f7e11f8bc6d4b7104f6;p=friendica.git

Issue 6308 - and again ...
---

diff --git a/view/theme/frio/templates/group_edit.tpl b/view/theme/frio/templates/group_edit.tpl
index c57f7c3099..1a30dae879 100644
--- a/view/theme/frio/templates/group_edit.tpl
+++ b/view/theme/frio/templates/group_edit.tpl
@@ -1,4 +1,3 @@
-
 {{* This template is for the "group" module. It provides the user the possibility to
     modify a specific contact group (remove contact group, edit contact group name,
     add or remove contacts to the contact group.
@@ -13,7 +12,7 @@
 		<button type="button" id="group-rename" class="btn btn-clear" onclick="showHide('group-edit-wrapper'); showHide('group-edit-header'); return false;" title="{{$edit_name}}" data-toggle="tooltip">
 			<i class="fa fa-pencil" aria-hidden="true"></i>
 		</button>
-		{{if $drop}}{{$drop}}{{/if}}
+		{{if $drop}}{{$drop nofilter}}{{/if}}
 	</div>
 	{{/if}}