From: Matthias Schmidt Date: Mon, 23 Jul 2012 13:18:19 +0000 (+0200) Subject: Fixes missing adjustments of frontend categoryOptionList template X-Git-Tag: 2.0.0_Beta_1~976^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b9cc4cc49255a74582d101b97952424ae25a3ade;p=GitHub%2FWoltLab%2FWCF.git Fixes missing adjustments of frontend categoryOptionList template --- diff --git a/com.woltlab.wcf/template/categoryOptionList.tpl b/com.woltlab.wcf/template/categoryOptionList.tpl index 0d78102102..2e47acffa8 100644 --- a/com.woltlab.wcf/template/categoryOptionList.tpl +++ b/com.woltlab.wcf/template/categoryOptionList.tpl @@ -1,5 +1,5 @@ {foreach from=$categoryNodeList item=category} {if !$maximumNestingLevel|isset || $maximumNestingLevel == -2 || $categoryNodeList->getDepth() <= $maximumNestingLevel} - + {/if} {/foreach} \ No newline at end of file