diff options
-rw-r--r-- | actions/showstream.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 59d4385c6..5c1e1d07f 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -237,6 +237,7 @@ class ShowstreamAction extends StreamAction { $other->fullname : $other->nickname, 'href' => $other->profileurl, + 'rel' => 'contact', 'class' => 'subscription')); $avatar = $other->getAvatar(AVATAR_MINI_SIZE); common_element('img', array('src' => (($avatar) ? common_avatar_display_url($avatar) : common_default_avatar(AVATAR_MINI_SIZE)), |