From 104be9a3aaa94b1d758da2c65ecafebb88b89005 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Sun, 21 Aug 2016 23:00:30 +0200 Subject: [PATCH] fix aboutMe in article template --- com.woltlab.wcf/templates/article.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/article.tpl b/com.woltlab.wcf/templates/article.tpl index 0fbba1c249..cba0627d9c 100644 --- a/com.woltlab.wcf/templates/article.tpl +++ b/com.woltlab.wcf/templates/article.tpl @@ -161,7 +161,7 @@ {@$article->getUserProfile()->getAvatar()->getImageTag(128)}
-
{$article->getUserProfile()->aboutMe}
+
{@$article->getUserProfile()->getFormattedUserOption('aboutMe')}