diff --git a/htdocs/public/users/view.php b/htdocs/public/users/view.php index bb77b44c587..29383f33362 100644 --- a/htdocs/public/users/view.php +++ b/htdocs/public/users/view.php @@ -357,6 +357,8 @@ if ($usersection) { // Show photo if ($urllogo) { print ''; + } else { + print '
'; } print ''."\n";