Browse Source

- Another little fix

pull/16/head
Jaussoin Timothée 12 years ago
parent
commit
587b666ea9
  1. 2
      app/widgets/WidgetCommon/WidgetCommon.php

2
app/widgets/WidgetCommon/WidgetCommon.php

@ -131,7 +131,7 @@ class WidgetCommon extends WidgetBase {
$content = $post->contentcleaned;
if(!isset($content))
$content = $post->content;
$content = prepareString(html_entity_decode($post->content));
if($post->node == 'urn:xmpp:microblog:0')
$comments = $this->printComments($post, $comments, $public);

Loading…
Cancel
Save