From: Friendika Date: Sun, 7 Nov 2010 11:46:14 +0000 (-0800) Subject: contact list missing url param X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a6ed67d25f6398de84ce067df80567c432e73385;p=friendica.git contact list missing url param --- diff --git a/boot.php b/boot.php index 925585d44a..d3050b0395 100644 --- a/boot.php +++ b/boot.php @@ -1420,7 +1420,7 @@ function contact_block() { $o .= '
' . $rr['name'] . '
' . "\r\n"; } $o .= '
'; - $o .= '
' . t('View Contacts') . '
'; + $o .= '
' . t('View Contacts') . '
'; } return $o;