Fixed small issue
authorMarcel Werk <burntime@woltlab.com>
Tue, 30 Jul 2013 11:48:56 +0000 (13:48 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 30 Jul 2013 11:48:56 +0000 (13:48 +0200)
com.woltlab.wcf/templates/userProfileAbout.tpl

index 0eb599253413b15d19f66a9ea0188518f1d8deba..bf74217605a08fe7cc254808a14ab77b60eaae01 100644 (file)
@@ -6,12 +6,12 @@
                                        <fieldset>
                                                <legend>{lang}wcf.user.option.category.{@$optionCategory[object]->categoryName}{/lang}</legend>
                                                
-                                               <dl>
-                                                       {foreach from=$optionCategory[options] item=userOption}
+                                               {foreach from=$optionCategory[options] item=userOption}
+                                                       <dl>
                                                                <dt>{lang}wcf.user.option.{@$userOption[object]->optionName}{/lang}</dt>
                                                                <dd>{@$userOption[object]->optionValue}</dd>
-                                                       {/foreach}
-                                               </dl>
+                                                       </dl>
+                                               {/foreach}
                                        </fieldset>
                                {/foreach}
                        {/foreach}