]> git.mxchange.org Git - friendica-addons.git/blobdiff - widgets/widget_friends.php
Merge remote-tracking branch 'friendica/master'
[friendica-addons.git] / widgets / widget_friends.php
old mode 100644 (file)
new mode 100755 (executable)
index 6b1cf18..195667e
@@ -37,6 +37,6 @@ function friends_widget_content(&$a, $conf){
                
        </style>";
        $o .= _abs_url(contact_block());
-       $o .= "<a href='".$a->get_baseurl().'/profile/'.$a->profile['nickname']."'>". t('Connect on Friendika!') ."</a>";
+       $o .= "<a href='".$a->get_baseurl().'/profile/'.$a->profile['nickname']."'>". t('Connect on Friendica!') ."</a>";
        return $o;
 }