From f12257b2a873157c06ab07ae27c60185791f236f Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 8 Oct 2016 23:23:34 +0200 Subject: [PATCH] Fixed double border --- wcfsetup/install/files/acp/templates/categoryList.tpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wcfsetup/install/files/acp/templates/categoryList.tpl b/wcfsetup/install/files/acp/templates/categoryList.tpl index fc73b40ca6..dbd852d106 100644 --- a/wcfsetup/install/files/acp/templates/categoryList.tpl +++ b/wcfsetup/install/files/acp/templates/categoryList.tpl @@ -129,10 +129,7 @@ -
    - {if !$categoryNodeList->current()->hasChildren()} -
- {/if} +
    {if !$categoryNodeList->current()->hasChildren()}
{/if} {assign var=oldDepth value=$categoryNodeList->getDepth()} {/foreach} {section name=i loop=$oldDepth}{/section} -- 2.20.1