diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 22:44:27 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 22:44:27 +0000 |
commit | 4b42c3526985a497418db7fbcfe1e7912bb5474d (patch) | |
tree | 1bdb8463188346122806ed49bcf00656dc6fd7c9 /lib/profileminilist.php | |
parent | a39bb4a3b8bddfffc02a0c9f3c5666ff3cba2357 (diff) |
General markup and style cleanup
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..f157a5529 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', '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)), |