diff --git a/lib/stream.php b/lib/stream.php index 03fc87fc5b..4b7d6ed24e 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -47,7 +47,7 @@ class StreamAction extends Action { 'class' => 'nickname'), $profile->nickname); # FIXME: URL, image, video, audio - common_element('span', array('class' => 'content'), common_render_content($notice->content)); + common_element('span', array('class' => 'content'), $notice->content); $noticeurl = common_local_url('shownotice', array('notice' => $notice->id)); common_element('a', array('class' => 'notice', 'href' => $noticeurl),