fix webpages

This commit is contained in:
Mario Vavti 2015-10-15 20:57:05 +02:00
parent d40a087ec2
commit 391b98f72c

View file

@ -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,
));