]> git.mxchange.org Git - friendica.git/blobdiff - object/Item.php
Show more information when following a new contact
[friendica.git] / object / Item.php
index 8d364e6023040e8d0ed00b0ad6e31fce33a8d1cd..c7a025861f59455501a4924770f3d5bb75f1675b 100644 (file)
@@ -644,7 +644,7 @@ class Item extends BaseObject {
                if(!$this->is_toplevel() && !(get_config('system','thread_allow') && $a->theme_thread_allow)) {
                        return '';
                }
-               
+
                $comment_box = '';
                $conv = $this->get_conversation();
                $template = get_markup_template($this->get_comment_box_template());