diff --git a/lib/profileblock.php b/lib/profileblock.php index 1162b78422..eb19a1a9aa 100644 --- a/lib/profileblock.php +++ b/lib/profileblock.php @@ -127,6 +127,7 @@ abstract class ProfileBlock extends Widget if (!empty($homepage)) { $this->out->element('a', array('href' => $homepage, + 'rel' => 'me', 'class' => 'profile_block_homepage'), $homepage); }