Switch to new parser for user profile text fixes #43
This commit is contained in:
parent
91ab0585f6
commit
e386981bec
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ Page {
|
||||||
preferredWidth: ui.du(45)
|
preferredWidth: ui.du(45)
|
||||||
Label {
|
Label {
|
||||||
//text: lorem
|
//text: lorem
|
||||||
text: Parser.parsePostData(user.content.html)
|
text: Parser.parsePostText(user.content)
|
||||||
multiline: true
|
multiline: true
|
||||||
textFormat: TextFormat.Html
|
textFormat: TextFormat.Html
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue