aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-15 20:57:05 +0200
committerMario Vavti <mario@mariovavti.com>2015-10-15 20:57:05 +0200
commit391b98f72c9d409c5d8ce559edf5dc1e5c34e783 (patch)
treea2793cee93bdd38fa165fae34e70d609f6bc36dc /include/conversation.php
parentd40a087ec2849c2c7d5893b420631dd6ff3df24e (diff)
downloadvolse-hubzilla-391b98f72c9d409c5d8ce559edf5dc1e5c34e783.tar.gz
volse-hubzilla-391b98f72c9d409c5d8ce559edf5dc1e5c34e783.tar.bz2
volse-hubzilla-391b98f72c9d409c5d8ce559edf5dc1e5c34e783.zip
fix webpages
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 881b720bf..ebbc6684c 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1416,7 +1416,7 @@ function prepare_page($item) {
'$auth_url' => (($naked) ? '' : zid($item['author']['xchan_url'])),
'$date' => (($naked) ? '' : datetime_convert('UTC', date_default_timezone_get(), $item['created'], 'Y-m-d H:i')),
'$title' => smilies(bbcode($item['title'])),
- '$body' => $body,
+ '$body' => $body['html'],
'$preview' => $preview,
'$link' => $link,
));