take out content rendering, seems to do something strange

darcs-hash:20080528174924-84dde-ed785a6704ed3ba402091f7f5539d5ced5756d69.gz
This commit is contained in:
Evan Prodromou 2008-05-28 13:49:24 -04:00
parent 67baa38c42
commit f61cce95a3
1 changed files with 1 additions and 1 deletions

View File

@ -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),