that didn't quite work out

This commit is contained in:
friendica 2012-04-01 06:46:12 -07:00
parent bb67ca9f1c
commit 9b4bef8ac4
1 changed files with 2 additions and 2 deletions

View File

@ -435,8 +435,8 @@ function get_atom_elements($feed,$item) {
$res['body'] = @html2bbcode($res['body']);
}
else
$res['body'] = escape_tags($res['body']);
// else
// $res['body'] = escape_tags($res['body']);
$allow = $item->get_item_tags(NAMESPACE_DFRN,'comment-allow');
if($allow && $allow[0]['data'] == 1)