]> git.mxchange.org Git - friendica-addons.git/blobdiff - widgets/widget_friendheader.php
Merge branch '3.6-rc'
[friendica-addons.git] / widgets / widget_friendheader.php
index f8033667563656f08a92cde29d1980ded0bd7410..cd3083c489c914d5c3aa4db59713e973d04fc791 100644 (file)
@@ -43,7 +43,7 @@ function friendheader_widget_content(&$a, $conf)
                .allcontact-link { float: right; margin: 0px; }
                .contact-block-content { clear:both; }
                .contact-block-div { display: block !important; float: left!important; width: 50px!important; height: 50px!important; margin: 2px!important;}
-
+               
        </style>";
        $o .= _abs_url(contact_block());
        $o .= "<a href='".$a->get_baseurl().'/profile/'.$a->profile['nickname']."' target=new>". L10n::t('Get added to this list!') ."</a>";