summaryrefslogtreecommitdiff
path: root/classes/Profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Profile.php')
-rw-r--r--classes/Profile.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/Profile.php b/classes/Profile.php
index 1ba3281ff..faa6367b9 100644
--- a/classes/Profile.php
+++ b/classes/Profile.php
@@ -818,6 +818,10 @@ class Profile extends Memcached_DataObject
// title should contain fullname
$xs->element('title', null, $this->getBestName());
+ $xs->element('link', array('rel' => 'alternate',
+ 'type' => 'text/html'),
+ $this->profileurl);
+
// Portable Contacts stuff
if (isset($this->bio)) {