that didn't quite work out
This commit is contained in:
parent
bb67ca9f1c
commit
9b4bef8ac4
1 changed files with 2 additions and 2 deletions
|
@ -435,8 +435,8 @@ function get_atom_elements($feed,$item) {
|
||||||
|
|
||||||
$res['body'] = @html2bbcode($res['body']);
|
$res['body'] = @html2bbcode($res['body']);
|
||||||
}
|
}
|
||||||
else
|
// else
|
||||||
$res['body'] = escape_tags($res['body']);
|
// $res['body'] = escape_tags($res['body']);
|
||||||
|
|
||||||
$allow = $item->get_item_tags(NAMESPACE_DFRN,'comment-allow');
|
$allow = $item->get_item_tags(NAMESPACE_DFRN,'comment-allow');
|
||||||
if($allow && $allow[0]['data'] == 1)
|
if($allow && $allow[0]['data'] == 1)
|
||||||
|
|
Loading…
Reference in a new issue