diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-15 20:57:05 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-15 20:57:05 +0200 |
commit | 391b98f72c9d409c5d8ce559edf5dc1e5c34e783 (patch) | |
tree | a2793cee93bdd38fa165fae34e70d609f6bc36dc /include | |
parent | d40a087ec2849c2c7d5893b420631dd6ff3df24e (diff) | |
download | volse-hubzilla-391b98f72c9d409c5d8ce559edf5dc1e5c34e783.tar.gz volse-hubzilla-391b98f72c9d409c5d8ce559edf5dc1e5c34e783.tar.bz2 volse-hubzilla-391b98f72c9d409c5d8ce559edf5dc1e5c34e783.zip |
fix webpages
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 2 |
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, )); |