diff options
Diffstat (limited to 'view/tpl/smarty3/groupeditor.tpl')
-rw-r--r-- | view/tpl/smarty3/groupeditor.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/smarty3/groupeditor.tpl b/view/tpl/smarty3/groupeditor.tpl index 894b19602..4fad30d5a 100644 --- a/view/tpl/smarty3/groupeditor.tpl +++ b/view/tpl/smarty3/groupeditor.tpl @@ -2,7 +2,8 @@ * AUTOMATICALLY GENERATED TEMPLATE * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN * - *}}<div id="group"> + *}} +<div id="group"> <h3>{{$groupeditor.label_members}}</h3> <div id="group-members" class="contact_list"> {{foreach $groupeditor.members as $c}} {{$c}} {{/foreach}} |