Fixed double border
authorMarcel Werk <burntime@woltlab.com>
Sat, 8 Oct 2016 21:23:34 +0000 (23:23 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 8 Oct 2016 21:23:34 +0000 (23:23 +0200)
wcfsetup/install/files/acp/templates/categoryList.tpl

index fc73b40ca6b6994bfa8e5bff64b0e86cb5d79d8b..dbd852d106f5a8012745b389f1311c9caa884589 100644 (file)
                                                        </span>
                                                </span>
                                                
-                                               <ol class="categoryList sortableList" data-object-id="{@$category->categoryID}">
-                                       {if !$categoryNodeList->current()->hasChildren()}
-                                               </ol></li>
-                                       {/if}
+                                               <ol class="categoryList sortableList" data-object-id="{@$category->categoryID}">{if !$categoryNodeList->current()->hasChildren()}</ol></li>{/if}
                                        {assign var=oldDepth value=$categoryNodeList->getDepth()}
                                {/foreach}
                                {section name=i loop=$oldDepth}</ol></li>{/section}