diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-17 12:32:11 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-17 12:32:11 -0400 |
commit | ca134adeec7d6e8a692c2801cc3077d80e6e3644 (patch) | |
tree | 7909c2dd65a855597a9e087aa16e54a81a465643 /actions | |
parent | e3f5462e1ce0fa81ad10ab25cf453cc73f0fb8f0 (diff) |
add rel
darcs-hash:20080717163211-84dde-6fceee14b023a44bd44311528c8a74a9ca3917e8.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showstream.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 277a9212e..bccdd3cc8 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'); } |