fix aboutMe in article template
authorJoshua Rüsweg <josh@bastelstu.be>
Sun, 21 Aug 2016 21:00:30 +0000 (23:00 +0200)
committerGitHub <noreply@github.com>
Sun, 21 Aug 2016 21:00:30 +0000 (23:00 +0200)
com.woltlab.wcf/templates/article.tpl

index 0fbba1c249f2f8a3a715daeeb83b41e12021c2ca..cba0627d9cd23b9cc7cf7dfc6dfb1a0372d752d0 100644 (file)
                        <span class="articleAboutAuthorAvatar">{@$article->getUserProfile()->getAvatar()->getImageTag(128)}</span>
                        
                        <div>
-                               <div class="articleAboutAuthorText">{$article->getUserProfile()->aboutMe}</div>
+                               <div class="articleAboutAuthorText">{@$article->getUserProfile()->getFormattedUserOption('aboutMe')}</div>
                                
                                <div class="articleAboutAuthorUsername">
                                        <a href="{link controller='User' object=$article->getUserProfile()->getDecoratedObject()}{/link}" class="username userLink" data-user-id="{@$article->getUserProfile()->userID}">{if MESSAGE_SIDEBAR_ENABLE_USER_ONLINE_MARKING}{@$article->getUserProfile()->getFormattedUsername()}{else}{$article->getUserProfile()->username}{/if}</a>