]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/group_edit.tpl
Merge pull request #10814 from annando/more-q
[friendica.git] / view / templates / group_edit.tpl
index cc12bc736c2751366617a4ff760cfe558bc71ddf..1984dc197a1d1f80e0030b565d603a4d0061cf70 100644 (file)
@@ -3,16 +3,16 @@
 
 
 {{if $editable == 1}}
-<div id="group-edit-wrapper" >
-       <form action="group/{{$gid}}" id="group-edit-form" method="post" >
+<div id="group-edit-wrapper">
+       <form action="group/{{$gid}}" id="group-edit-form" method="post">
                <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
                
                {{include file="field_input.tpl" field=$gname}}
                {{if $drop}}{{$drop nofilter}}{{/if}}
-               <div id="group-edit-submit-wrapper" >
-                       <input type="submit" name="submit" value="{{$submit}}" >
+               <div id="group-edit-submit-wrapper">
+                       <input type="submit" name="submit" value="{{$submit}}">
                </div>
-               <div id="group-edit-select-end" ></div>
+               <div id="group-edit-select-end"></div>
        </form>
 </div>
 {{/if}}