]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
rel=me for homepage in profile block
authorEvan Prodromou <evan@status.net>
Fri, 20 Jan 2012 15:34:59 +0000 (10:34 -0500)
committerEvan Prodromou <evan@status.net>
Fri, 20 Jan 2012 15:34:59 +0000 (10:34 -0500)
lib/profileblock.php

index 1162b784224ebf8e4c126912279b3503b0581d0f..eb19a1a9aac1c240cc8143e3955fb1041b7fde80 100644 (file)
@@ -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);
         }