summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorMike Cochrane <mikec@mikenz.geek.nz>2008-07-20 06:19:47 -0400
committerMike Cochrane <mikec@mikenz.geek.nz>2008-07-20 06:19:47 -0400
commit3c56b10036e01c1165e04919b4df021c0bb1bace (patch)
treebf9f92a31b20c547d87d681a3e8d3ed715f5b9c6 /actions/showstream.php
parent5cf6174c39dfac99d31d2f3155873cd47239ac93 (diff)
Add rel
darcs-hash:20080720101947-533db-a7ddbd4d33b492196cf9a4287dfbfa3e341d6f40.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php1
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)),