]> git.mxchange.org Git - friendica.git/blobdiff - include/nav.php
Only some spaces removed
[friendica.git] / include / nav.php
index fd92b66d154e44fb302c3c61b685e51f908995da..bb947d5aba4d2f1d4f6fbed942aa7e325f442319 100644 (file)
@@ -166,12 +166,12 @@ function nav_info(&$a) {
                }
 
                $nav['delegations'] = Array('delegate', t('Delegations'), "", t('Delegate Page Management'));
-               
+
                $nav['settings'] = array('settings', t('Settings'),"", t('Account settings'));
-               
+
                if(feature_enabled(local_user(),'multi_profiles'))
                        $nav['profiles'] = array('profiles', t('Profiles'),"", t('Manage/Edit Profiles'));
-               
+
                $nav['contacts'] = array('contacts', t('Contacts'),"", t('Manage/edit friends and contacts'));
        }