summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 277a9212e..bccdd3cc8 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -155,7 +155,8 @@ class ShowstreamAction extends StreamAction {
}
if ($profile->homepage) {
common_element_start('p', 'website');
- common_element('a', array('href' => $profile->homepage),
+ common_element('a', array('href' => $profile->homepage,
+ 'rel' => 'me'),
$profile->homepage);
common_element_end('p');
}