Fix indentation
authorMarcel Werk <burntime@woltlab.com>
Mon, 17 Apr 2023 16:05:35 +0000 (18:05 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 17 Apr 2023 16:05:35 +0000 (18:05 +0200)
com.woltlab.wcf/templates/commentList.tpl

index 7c0b3dfa7a7565b7d5264ae1b48695022427a44b..4414b5bc0af90bfa42018aec7c9fe36b22c5792a 100644 (file)
                                                {event name='commentStatus'}
                                        </div>
                                        <div class="comment__menu dropdown" id="commentOptions{@$comment->commentID}">
-                               <button type="button" class="dropdownToggle" aria-label="{lang}wcf.global.button.more{/lang}">{icon name='ellipsis-vertical'}</button>
+                                               <button type="button" class="dropdownToggle" aria-label="{lang}wcf.global.button.more{/lang}">{icon name='ellipsis-vertical'}</button>
 
-                               <ul class="dropdownMenu">
-                                   {if $comment->isDisabled && $commentCanModerate}
+                                               <ul class="dropdownMenu">
+                                                       {if $comment->isDisabled && $commentCanModerate}
                                                                <li>
                                                                        <a href="#" class="comment__option comment__option--enable">
                                                                                {lang}wcf.comment.approve{/lang}
@@ -82,8 +82,8 @@
                                                        {/if}
 
                                                        {event name='commentMenuOptions'}
-                               </ul>
-                           </div>
+                                               </ul>
+                                       </div>
 
                                        {event name='commentHeader'}
                                </div>