You can fix this by editing admin/editcustomisland.php.

Line 91 has:

if (!$portal_name) {

Right before that, add this:

$portal_body = trim($portal_body);