diff --git a/assets/ProfilePage.qml b/assets/ProfilePage.qml index a0ca831..1947b8d 100644 --- a/assets/ProfilePage.qml +++ b/assets/ProfilePage.qml @@ -127,7 +127,7 @@ Page { preferredWidth: ui.du(45) Label { //text: lorem - text: Parser.parsePostData(user.content.html) + text: Parser.parsePostText(user.content) multiline: true textFormat: TextFormat.Html }