diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-28 13:49:24 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-28 13:49:24 -0400 |
commit | f61cce95a37747e7df50e7d973aa9b274e25db94 (patch) | |
tree | d1ac0ddfbcf42c579d83712f6b4bf37b5d5a7048 /lib/stream.php | |
parent | 67baa38c42cf602889f08f83f2be58b085a447bd (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.php | 2 |
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), |