From 3b860732cc6f6f5ed70849d5aafb83b3606f52a6 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 30 Jul 2013 13:48:56 +0200 Subject: [PATCH] Fixed small issue --- com.woltlab.wcf/templates/userProfileAbout.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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} -- 2.20.1