]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/groupeditor.tpl
frio - Bugfix - there was a wrong user count in admin-users template
[friendica.git] / view / theme / frio / templates / groupeditor.tpl
index 7d412766f95ac4b1580cf740bdeebbf40e49e656..8d1db5b2227ccc656767fc922fc4fc131bc3681a 100644 (file)
@@ -5,7 +5,7 @@
        <ul id="contact-group-list" class="viewcontact_wrapper media-list">
 
                {{* The contacts who are already members of the contact group *}}
-               {{foreach $groupeditor.members as $contact}} 
+               {{foreach $groupeditor.members as $contact}}
                        <li class="members active">{{include file="contact_template.tpl"}}</li>
                {{/foreach}}