that didn't quite work out
This commit is contained in:
parent
bb67ca9f1c
commit
9b4bef8ac4
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue