fixed alignment :-)

pull/7072/head
Philipp Holzer 2019-05-02 23:34:33 +02:00
rodzic 5879584e15
commit 43a0f2d8d7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 517BE60E2CE5C8A5
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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;