2
The fix is in the PHP code of 2.4.x, but if you want the suppression of empty websites, you must alter your template /modules/system/templates/user_info.html as in the first example.
<{if $user_websiteurl != ""}>
<tr>
<td class="head"><{$lang_website}></td>
<td class="even"><{$user_websiteurl}></td>
</tr>
<{/if}>