diff --git a/boot.php b/boot.php index 9c87127509..2cbc48cde5 100644 --- a/boot.php +++ b/boot.php @@ -2100,7 +2100,7 @@ function profile_sidebar($profile) { $tabs = ''; - $photo = '
' . $profile['name'] . '
'; + $photo = '
' . $profile['name'] . '
'; $connect = (($profile['uid'] != local_user()) ? '
  • ' . t('Connect') . '
  • ' : '');