From: friendica Date: Sun, 1 Apr 2012 13:46:12 +0000 (-0700) Subject: that didn't quite work out X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9b4bef8ac49131f8138d360805645e2da44913ae;p=friendica.git that didn't quite work out --- diff --git a/include/items.php b/include/items.php index e09b888cab..8f8b3ccd00 100755 --- a/include/items.php +++ b/include/items.php @@ -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)