]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add rel
authorEvan Prodromou <evan@prodromou.name>
Thu, 17 Jul 2008 16:32:11 +0000 (12:32 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 17 Jul 2008 16:32:11 +0000 (12:32 -0400)
darcs-hash:20080717163211-84dde-6fceee14b023a44bd44311528c8a74a9ca3917e8.gz

actions/showstream.php

index 277a9212ea4b77abfd457a4be7898b6dc03ef485..bccdd3cc86bc8160367d8ca1bd7509c14d44048a 100644 (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');
                }