From 3c56b10036e01c1165e04919b4df021c0bb1bace Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Sun, 20 Jul 2008 06:19:47 -0400 Subject: Add rel darcs-hash:20080720101947-533db-a7ddbd4d33b492196cf9a4287dfbfa3e341d6f40.gz --- actions/showstream.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/showstream.php') 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)), -- cgit v1.2.3-54-g00ecf