From b9cc4cc49255a74582d101b97952424ae25a3ade Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 23 Jul 2012 15:18:19 +0200 Subject: [PATCH] Fixes missing adjustments of frontend categoryOptionList template --- com.woltlab.wcf/template/categoryOptionList.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1