]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
ajax reload fixes
[friendica.git] / include / items.php
index 153debd7d321f803f2fa11a5fc934f0647092ae4..0951adbae1b0873f5c4101cac1fd002f94274aa6 100644 (file)
@@ -350,7 +350,7 @@ function get_atom_elements($feed,$item) {
                        '[youtube]$1[/youtube]', $res['body']);
 
                $res['body'] = oembed_html2bbcode($res['body']);
-       
+
                $config = HTMLPurifier_Config::createDefault();
                $config->set('Cache.DefinitionImpl', null);
 
@@ -363,7 +363,7 @@ function get_atom_elements($feed,$item) {
 
                $res['body'] = html2bbcode($res['body']);
        }
-       
+
        $allow = $item->get_item_tags(NAMESPACE_DFRN,'comment-allow');
        if($allow && $allow[0]['data'] == 1)
                $res['last-child'] = 1;