darcs-hash:20080717163211-84dde-6fceee14b023a44bd44311528c8a74a9ca3917e8.gz
This commit is contained in:
Evan Prodromou 2008-07-17 12:32:11 -04:00
parent e3f5462e1c
commit ca134adeec
1 changed files with 2 additions and 1 deletions

View File

@ -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');
}