]> git.mxchange.org Git - friendica.git/commitdiff
fixed alignment :-)
authorPhilipp Holzer <admin@philipp.info>
Thu, 2 May 2019 21:34:33 +0000 (23:34 +0200)
committerPhilipp Holzer <admin@philipp.info>
Thu, 2 May 2019 21:35:01 +0000 (23:35 +0200)
src/Module/Directory.php

index 2c67f6e7b9a6e754a3bc598f6da3ca0e9cb817f5..f1a1c9861f601233770eeca7262a75d4a0a71aff 100644 (file)
@@ -144,10 +144,10 @@ class Directory extends BaseModule
                        $location = '';
                }
 
-               $gender = (!empty($profile['gender']) ? L10n::t('Gender:') : false);
-               $marital = (!empty($profile['marital']) ? L10n::t('Status:') : false);
+               $gender =   (!empty($profile['gender'])   ? L10n::t('Gender:')   : false);
+               $marital =  (!empty($profile['marital'])  ? L10n::t('Status:')   : false);
                $homepage = (!empty($profile['homepage']) ? L10n::t('Homepage:') : false);
-               $about = (!empty($profile['about']) ? L10n::t('About:') : false);
+               $about =    (!empty($profile['about'])    ? L10n::t('About:')    : false);
 
                $location_e = $location;