From e4f3e96b657e4ce33c06701653eaba9574152c9a Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 9 Sep 2012 21:26:36 -0700 Subject: remove targeted windows --- view/theme/diabook/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/diabook/theme.php') diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 718db2ccf..5c316e8ec 100644 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -662,7 +662,7 @@ if ($color=="dark") $color_path = "/diabook-dark/"; $contacts = $pageD; foreach($contacts as $contact) { - $page .= '
  • ' . $contact['url'] . ' '. + $page .= '
  • ' . $contact['url'] . ' '. $contact["name"]."
  • "; } $page .= ''; -- cgit v1.2.3