From: Evan Prodromou Date: Thu, 17 Jul 2008 16:32:11 +0000 (-0400) Subject: add rel X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ca134adeec7d6e8a692c2801cc3077d80e6e3644;p=quix0rs-gnu-social.git add rel darcs-hash:20080717163211-84dde-6fceee14b023a44bd44311528c8a74a9ca3917e8.gz --- diff --git a/actions/showstream.php b/actions/showstream.php index 277a9212ea..bccdd3cc86 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -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'); }