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