summaryrefslogtreecommitdiff
path: root/lib/stream.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-28 13:49:24 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-28 13:49:24 -0400
commitf61cce95a37747e7df50e7d973aa9b274e25db94 (patch)
treed1ac0ddfbcf42c579d83712f6b4bf37b5d5a7048 /lib/stream.php
parent67baa38c42cf602889f08f83f2be58b085a447bd (diff)
take out content rendering, seems to do something strange
darcs-hash:20080528174924-84dde-ed785a6704ed3ba402091f7f5539d5ced5756d69.gz
Diffstat (limited to 'lib/stream.php')
-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),