aboutsummaryrefslogtreecommitdiff
path: root/views/foaf
diff options
context:
space:
mode:
Diffstat (limited to 'views/foaf')
-rw-r--r--views/foaf/export/entity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/foaf/export/entity.php b/views/foaf/export/entity.php
index aea0b7855..8fb7558fe 100644
--- a/views/foaf/export/entity.php
+++ b/views/foaf/export/entity.php
@@ -49,7 +49,7 @@
<foaf:Person>
<foaf:name><?php echo $friend->name; ?></foaf:name>
<foaf:mbox rdf:resource="<?php echo $friend->email; ?>"/>
- <rdfs:seeAlso rdf:resource="<?php echo guid_to_uuid($friend->guid); ?>"/>
+ <rdfs:seeAlso rdf:resource="<?php echo guid_to_uuid($friend->guid); ?>?view=foaf"/>
</foaf:Person>
<?php
}