]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/comment_item.tpl
Merge pull request #6726 from MrPetovan/task/6676-fix-implicit-mentions
[friendica.git] / view / theme / frio / templates / comment_item.tpl
index 903eb13468dfa5c2ce12eb1c3d459f1134d82936..98b3c4563632f1e203e5fc61c803bbde1b663607 100644 (file)
                </p>
 {{/if}}
 
-               <div class="comment-edit-submit-wrapper">
+               <p class="comment-edit-submit-wrapper">
 {{if $preview}}
                        <button type="button" class="btn btn-defaul btn-sm" onclick="preview_comment({{$id}});" id="comment-edit-preview-link-{{$id}}"><i class="fa fa-eye"></i> {{$preview}}</button>
 {{/if}}
                        <button type="submit" class="btn btn-primary btn-sm" id="comment-edit-submit-{{$id}}" name="submit"><i class="fa fa-envelope"></i> {{$submit}}</button>
-               </div>
+               </p>
 
                <div class="comment-edit-end clear"></div>
        </form>