]> git.mxchange.org Git - friendica.git/commitdiff
Only some spaces removed
authorMichael Vogel <icarus@dabo.de>
Tue, 22 Jul 2014 12:02:46 +0000 (14:02 +0200)
committerMichael Vogel <icarus@dabo.de>
Tue, 22 Jul 2014 12:02:46 +0000 (14:02 +0200)
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'));
        }