diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index 16c81ff3f6..69ad1168b8 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -752,7 +752,7 @@ echo " ".$text['label-destination_type']."\n"; echo "\n"; echo "\n"; - echo " \n"; switch ($destination_type) { case "inbound" : $selected[1] = "selected='selected'"; break; case "outbound" : $selected[2] = "selected='selected'"; break;