X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fprofile_selectors.php;h=af6c0d96c4f6373b109f2f382da601b38771ef06;hb=d7b420a44e9e196a51b78b60bc78a491757cf299;hp=ad47c0ba6c677a762506a1fef50627b9baba3c0a;hpb=41a36606c6ee92c914acbb7f6d9ea79c0a149088;p=friendica.git diff --git a/include/profile_selectors.php b/include/profile_selectors.php index ad47c0ba6c..af6c0d96c4 100644 --- a/include/profile_selectors.php +++ b/include/profile_selectors.php @@ -8,7 +8,7 @@ function gender_selector($current="",$suffix="") { call_hooks('gender_selector', $select); $o .= ""; - foreach($select as $selection) { + foreach ($select as $selection) { if ($selection !== 'NOTRANSLATION') { $selected = (($selection == $current) ? ' selected="selected" ' : ''); $o .= ""; @@ -44,7 +44,7 @@ function marital_selector($current="",$suffix="") { call_hooks('marital_selector', $select); $o .= "