Timeline Fix: Attachment in post did not work

This commit is contained in:
2018-11-22 14:39:25 +01:00
parent 3985a00c6f
commit a897e201ba
2 changed files with 16 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ class Posts extends NodesFactoryInterface {
content,
$('<div>')
.addClass('node-details-description mx-auto')
.html(post['properties']['_content_html'])
.html(post['properties']['pretty_content'])
);
return $post;