]> git.mxchange.org Git - friendica.git/commitdiff
fixed a typo in the profile photo wrapper div id
authorChris Case <kahotep@bunda.dreamhost.com>
Sat, 12 Feb 2011 02:46:54 +0000 (18:46 -0800)
committerChris Case <kahotep@bunda.dreamhost.com>
Sat, 12 Feb 2011 02:46:54 +0000 (18:46 -0800)
boot.php

index 9c87127509ca5934ceeef14262915266d5e40410..2cbc48cde5cfa97c5dd4b533a02621d247554cc2 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -2100,7 +2100,7 @@ function profile_sidebar($profile) {
 
        $tabs = '';
 
-       $photo = '<div id="profile=photo-wrapper"><img class="photo" src="' . $profile['photo'] . '" alt="' . $profile['name'] . '" /></div>';
+       $photo = '<div id="profile-photo-wrapper"><img class="photo" src="' . $profile['photo'] . '" alt="' . $profile['name'] . '" /></div>';
 
        $connect = (($profile['uid'] != local_user()) ? '<li><a id="dfrn-request-link" href="dfrn_request/' . $profile['nickname'] . '">' . t('Connect') . '</a></li>' : '');