diff --git a/view/en/profile_advanced.php b/view/en/profile_advanced.php index c736448e58..7e2036890b 100644 --- a/view/en/profile_advanced.php +++ b/view/en/profile_advanced.php @@ -62,7 +62,11 @@ $o .= <<< EOT
Status:
{$a->profile['marital']}
-
({$a->profile['with']})
+EOT; + +if($a->profile['with']) + $o .= "
({$a->profile['with']})
"; +$o .= <<< EOT
EOT;