diff --git a/actions/showstream.php b/actions/showstream.php index 59d4385c6d..5c1e1d07f7 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)),