forked from GNUsocial/gnu-social
@ messages
darcs-hash:20080529170801-84dde-765f70013696c46bee65bf1408ff4a0b379711d7.gz
This commit is contained in:
@@ -48,7 +48,7 @@ class StreamAction extends Action {
|
||||
$profile->nickname);
|
||||
# FIXME: URL, image, video, audio
|
||||
common_element_start('span', array('class' => 'content'));
|
||||
common_raw(common_render_content($notice->content));
|
||||
common_raw(common_render_content($notice->content, $notice));
|
||||
common_element_end('span');
|
||||
$noticeurl = common_local_url('shownotice', array('notice' => $notice->id));
|
||||
common_element('a', array('class' => 'notice',
|
||||
|
Reference in New Issue
Block a user