Switch to new parser for user profile text fixes #43

This commit is contained in:
Morgan McMillian 2018-02-27 19:37:01 -08:00
parent 91ab0585f6
commit e386981bec

View file

@ -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
}