From: Marcel Werk Date: Wed, 7 Sep 2011 13:14:41 +0000 (+0200) Subject: Fixed empty p tag X-Git-Tag: 2.0.0_Beta_1~1792 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=17dae6ffc88c94b24000e7e1a4baba6a02ded82d;p=GitHub%2FWoltLab%2FWCF.git Fixed empty p tag --- diff --git a/wcfsetup/install/files/acp/templates/option.tpl b/wcfsetup/install/files/acp/templates/option.tpl index 5e256804ab..b024bad3a0 100644 --- a/wcfsetup/install/files/acp/templates/option.tpl +++ b/wcfsetup/install/files/acp/templates/option.tpl @@ -53,7 +53,7 @@ {foreach from=$categoryLevel1[categories] item=categoryLevel2}
{lang}wcf.acp.option.category.{@$categoryLevel2[object]->categoryName}{/lang} -

{lang}wcf.acp.option.category.{$categoryLevel2[object]->categoryName}.description{/lang}

+ {hascontent}

{content}{lang}wcf.acp.option.category.{$categoryLevel2[object]->categoryName}.description{/lang}{/content}

{/hascontent} {include file='optionFieldList' options=$categoryLevel2[options] langPrefix='wcf.acp.option.'}