Fixed empty a tag
authorMarcel Werk <burntime@woltlab.com>
Wed, 7 Sep 2011 13:16:14 +0000 (15:16 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 7 Sep 2011 13:16:14 +0000 (15:16 +0200)
wcfsetup/install/files/acp/templates/userGroupAdd.tpl

index cb9066cfb416f3dbf882431c2336049986c5a0ce..4acdf3cb8cc72047d9d91fe95d3583c14ecd5095 100644 (file)
@@ -94,7 +94,7 @@
                                                                {foreach from=$categoryLevel2[categories] item=categoryLevel3}
                                                                        <fieldset>
                                                                                <legend>{lang}wcf.acp.group.option.category.{@$categoryLevel3[object]->categoryName}{/lang}</legend>
-                                                                               <p class="description">{lang}wcf.acp.group.option.category.{@$categoryLevel3[object]->categoryName}.description{/lang}</p>
+                                                                               {hascontent}<p class="description">{content}{lang}wcf.acp.group.option.category.{@$categoryLevel3[object]->categoryName}.description{/lang}{/content}</p>{/hascontent}
                                                                
                                                                                <div>
                                                                                        {include file='optionFieldList' options=$categoryLevel3[options] langPrefix='wcf.acp.group.option.'}