rel=me for homepage in profile block

This commit is contained in:
Evan Prodromou 2012-01-20 10:34:59 -05:00
parent e3f06ee220
commit 98acec74f5
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ abstract class ProfileBlock extends Widget
if (!empty($homepage)) { if (!empty($homepage)) {
$this->out->element('a', $this->out->element('a',
array('href' => $homepage, array('href' => $homepage,
'rel' => 'me',
'class' => 'profile_block_homepage'), 'class' => 'profile_block_homepage'),
$homepage); $homepage);
} }