From f61cce95a37747e7df50e7d973aa9b274e25db94 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 28 May 2008 13:49:24 -0400 Subject: [PATCH] take out content rendering, seems to do something strange darcs-hash:20080528174924-84dde-ed785a6704ed3ba402091f7f5539d5ced5756d69.gz --- lib/stream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),