From: Mike Cochrane Date: Sun, 20 Jul 2008 10:19:47 +0000 (-0400) Subject: Add rel X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3c56b10036e01c1165e04919b4df021c0bb1bace;p=quix0rs-gnu-social.git Add rel darcs-hash:20080720101947-533db-a7ddbd4d33b492196cf9a4287dfbfa3e341d6f40.gz --- 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)),