summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/stream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.php b/lib/stream.php
index 03fc87fc5..4b7d6ed24 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),