add rel
darcs-hash:20080717163211-84dde-6fceee14b023a44bd44311528c8a74a9ca3917e8.gz
This commit is contained in:
parent
e3f5462e1c
commit
ca134adeec
@ -155,7 +155,8 @@ class ShowstreamAction extends StreamAction {
|
|||||||
}
|
}
|
||||||
if ($profile->homepage) {
|
if ($profile->homepage) {
|
||||||
common_element_start('p', 'website');
|
common_element_start('p', 'website');
|
||||||
common_element('a', array('href' => $profile->homepage),
|
common_element('a', array('href' => $profile->homepage,
|
||||||
|
'rel' => 'me'),
|
||||||
$profile->homepage);
|
$profile->homepage);
|
||||||
common_element_end('p');
|
common_element_end('p');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user