aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorChris Case <kahotep@bunda.dreamhost.com>2011-02-11 18:46:54 -0800
committerChris Case <kahotep@bunda.dreamhost.com>2011-02-11 18:46:54 -0800
commitb98b5645e6572a2ee4b00a1d7960b93160f1de7f (patch)
tree6c7720db1b4e7be9328ed3a1bba21624832ac6be /boot.php
parent6745f0781796c0064c3f1b223ae194017bd26c0c (diff)
downloadvolse-hubzilla-b98b5645e6572a2ee4b00a1d7960b93160f1de7f.tar.gz
volse-hubzilla-b98b5645e6572a2ee4b00a1d7960b93160f1de7f.tar.bz2
volse-hubzilla-b98b5645e6572a2ee4b00a1d7960b93160f1de7f.zip
fixed a typo in the profile photo wrapper div id
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 9c8712750..2cbc48cde 100644
--- 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>' : '');