diff --git a/src/www/services_unbound_host_edit.php b/src/www/services_unbound_host_edit.php index 15df83633..c27c34a1c 100644 --- a/src/www/services_unbound_host_edit.php +++ b/src/www/services_unbound_host_edit.php @@ -104,7 +104,7 @@ if ($_POST) { $input_errors[] = gettext("A valid IP address must be specified."); } break; - case 'MX': + case 'MX': $reqdfields = explode(" ", "mxprio mx"); $reqdfieldsn = array(gettext("MX Priority"), gettext("MX Host"));