diff --git a/page.tgz b/page.tgz index ade28eb25..aebbe4dd8 100644 Binary files a/page.tgz and b/page.tgz differ diff --git a/page/page.php b/page/page.php index 584ac5564..2a65cab88 100755 --- a/page/page.php +++ b/page/page.php @@ -1,7 +1,7 @@ * based on pages plugin by @@ -50,7 +50,7 @@ function page_page_end($a,&$b) { $contacts = page_getpage($a->user['uid']); foreach($contacts as $contact) { - $page .= '
  • ' . $contact['url'] . ' '. + $page .= '
  • ' . $contact['url'] . ' '. $contact["name"]."
  • "; } $page .= "";