From: Marcel Werk Date: Tue, 30 Jul 2013 11:48:56 +0000 (+0200) Subject: Fixed small issue X-Git-Tag: 2.0.0_Beta_6~11^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3b860732cc6f6f5ed70849d5aafb83b3606f52a6;p=GitHub%2FWoltLab%2FWCF.git Fixed small issue --- diff --git a/com.woltlab.wcf/templates/userProfileAbout.tpl b/com.woltlab.wcf/templates/userProfileAbout.tpl index 0eb5992534..bf74217605 100644 --- a/com.woltlab.wcf/templates/userProfileAbout.tpl +++ b/com.woltlab.wcf/templates/userProfileAbout.tpl @@ -6,12 +6,12 @@
{lang}wcf.user.option.category.{@$optionCategory[object]->categoryName}{/lang} -
- {foreach from=$optionCategory[options] item=userOption} + {foreach from=$optionCategory[options] item=userOption} +
{lang}wcf.user.option.{@$userOption[object]->optionName}{/lang}
{@$userOption[object]->optionValue}
- {/foreach} -
+
+ {/foreach}
{/foreach} {/foreach}