From b7b8c5477b496ff2787e7f30c9f1fd0d7b604425 Mon Sep 17 00:00:00 2001 From: RJ Madsen Date: Thu, 6 Jul 2017 15:27:03 -0400 Subject: [PATCH] Converted from space to tab indentation --- include/contact_widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/contact_widgets.php b/include/contact_widgets.php index b40e5cc4ed..6a9f5ec1b7 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -38,7 +38,7 @@ function findpeople_widget() { '$similar' => t('Similar Interests'), '$random' => t('Random Profile'), '$inv' => t('Invite Friends'), - 'directory' => t('View Global Directory') + 'directory' => t('View Global Directory') )); }