diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-22 04:26:57 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-22 04:26:57 +0000 |
commit | 570a7c64b1a3653a801e95b7e9834bede6ce5b9e (patch) | |
tree | c521acc4c959cc34e23bcf95cee02e5b4f10e164 /lib/profileminilist.php | |
parent | 1a941d03fdcfcd1319da17c5400fe8972a755091 (diff) | |
parent | 205eb386c542502f39e0df1f4544c10a87d91b4b (diff) |
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'lib/profileminilist.php')
-rw-r--r-- | lib/profileminilist.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/profileminilist.php b/lib/profileminilist.php index c6970f808..56b768419 100644 --- a/lib/profileminilist.php +++ b/lib/profileminilist.php @@ -49,7 +49,7 @@ class ProfileMiniList extends ProfileList { function show() { - $this->out->elementStart('ul', 'users'); + $this->out->elementStart('ul', 'entities users xoxo'); $cnt = 0; @@ -73,7 +73,7 @@ class ProfileMiniList extends ProfileList $this->profile->fullname : $this->profile->nickname, 'href' => $this->profile->profileurl, - 'rel' => 'contact', + 'rel' => 'contact member', 'class' => 'url')); $avatar = $this->profile->getAvatar(AVATAR_MINI_SIZE); $this->out->element('img', array('src' => (($avatar) ? common_avatar_display_url($avatar) : common_default_avatar(AVATAR_MINI_SIZE)), |