From: Joshua Rüsweg Date: Sun, 21 Aug 2016 21:00:30 +0000 (+0200) Subject: fix aboutMe in article template X-Git-Tag: 3.0.0_Beta_1~607^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=104be9a3aaa94b1d758da2c65ecafebb88b89005;p=GitHub%2FWoltLab%2FWCF.git fix aboutMe in article template --- 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')}