]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
take out content rendering, seems to do something strange
authorEvan Prodromou <evan@prodromou.name>
Wed, 28 May 2008 17:49:24 +0000 (13:49 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 28 May 2008 17:49:24 +0000 (13:49 -0400)
darcs-hash:20080528174924-84dde-ed785a6704ed3ba402091f7f5539d5ced5756d69.gz

lib/stream.php

index 03fc87fc5b35c15896ef8de80a3b8060027ae46d..4b7d6ed24ec72ddd22582541e3566e4d7b8d36eb 100644 (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),