]> git.mxchange.org Git - friendica.git/commitdiff
that didn't quite work out
authorfriendica <info@friendica.com>
Sun, 1 Apr 2012 13:46:12 +0000 (06:46 -0700)
committerfriendica <info@friendica.com>
Sun, 1 Apr 2012 13:46:12 +0000 (06:46 -0700)
include/items.php

index e09b888cabdabb41d79178400b14460cb5152718..8f8b3ccd006520f12d44c51ec8372d9fde0f972e 100755 (executable)
@@ -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)