@ messages

darcs-hash:20080529170801-84dde-765f70013696c46bee65bf1408ff4a0b379711d7.gz
This commit is contained in:
Evan Prodromou
2008-05-29 13:08:01 -04:00
parent 6cbd424030
commit 9d9588a3de
4 changed files with 42 additions and 6 deletions

View File

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