diff --git a/addon/widgets/widgets.php b/addon/widgets/widgets.php
index 98567753d8..7c75c66672 100644
--- a/addon/widgets/widgets.php
+++ b/addon/widgets/widgets.php
@@ -160,6 +160,10 @@ function widget_friends_content(&$a, &$o, $conf){
if(!count($r)) return;
$a->profile = $r[0];
+ $o .= "";
$o .= _abs_url(contact_block());
$o .= "profile['nickname']."'>". t('Connect on Friendika!') ."";