fix render in showstream
darcs-hash:20080529173527-84dde-968857bab4df3f26d8d135b00991838aa78210c0.gz
This commit is contained in:
parent
fb3029d74e
commit
1389e3b4dc
@ -330,7 +330,7 @@ class ShowstreamAction extends StreamAction {
|
||||
$noticeurl = common_local_url('shownotice', array('notice' => $notice->id));
|
||||
# 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');
|
||||
common_element('a', array('class' => 'notice',
|
||||
'href' => $noticeurl),
|
||||
|
Loading…
Reference in New Issue
Block a user