take out content rendering, seems to do something strange
darcs-hash:20080528174924-84dde-ed785a6704ed3ba402091f7f5539d5ced5756d69.gz
This commit is contained in:
parent
67baa38c42
commit
f61cce95a3
|
@ -47,7 +47,7 @@ class StreamAction extends Action {
|
||||||
'class' => 'nickname'),
|
'class' => 'nickname'),
|
||||||
$profile->nickname);
|
$profile->nickname);
|
||||||
# FIXME: URL, image, video, audio
|
# 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));
|
$noticeurl = common_local_url('shownotice', array('notice' => $notice->id));
|
||||||
common_element('a', array('class' => 'notice',
|
common_element('a', array('class' => 'notice',
|
||||||
'href' => $noticeurl),
|
'href' => $noticeurl),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user