summaryrefslogtreecommitdiff
path: root/lib/profilelist.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-11-06 12:51:28 +0100
committerSarven Capadisli <csarven@status.net>2009-11-06 12:51:28 +0100
commit85647719a3ed78a9b2c88e1c33f2f3bd995df03e (patch)
treee8f9e57ae0f14b0a2b4eafa924e850caca88e3a5 /lib/profilelist.php
parent7ce49e4bcfd76ce7620d376b6e2f93ef2c122ee1 (diff)
Updated styles for profile list re: commit
3c4ac05cde5a97594d3b0fa7e3f5dbbaf45e4c64
Diffstat (limited to 'lib/profilelist.php')
-rw-r--r--lib/profilelist.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php
index 5f536e0f4..697713f8f 100644
--- a/lib/profilelist.php
+++ b/lib/profilelist.php
@@ -182,7 +182,8 @@ class ProfileListItem extends Widget
{
$avatar = $this->profile->getAvatar(AVATAR_STREAM_SIZE);
$this->out->elementStart('a', array('href' => $this->profile->profileurl,
- 'class' => 'url'));
+ 'class' => 'url',
+ 'rel' => 'contact'));
$this->out->element('img', array('src' => ($avatar) ? $avatar->displayUrl() : Avatar::defaultImage(AVATAR_STREAM_SIZE),
'class' => 'photo avatar',
'width' => AVATAR_STREAM_SIZE,