From: Chris Case Date: Sat, 12 Feb 2011 02:46:54 +0000 (-0800) Subject: fixed a typo in the profile photo wrapper div id X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b98b5645e6572a2ee4b00a1d7960b93160f1de7f;p=friendica.git fixed a typo in the profile photo wrapper div id --- 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') . '
  • ' : '');