From 23c805dc544dbcdff3fa4055facd58d95f84996d Mon Sep 17 00:00:00 2001 From: Manuel Faux Date: Fri, 11 Dec 2015 14:37:53 +0100 Subject: [PATCH] unbound: Fixed inconsistent code formatting --- src/www/services_unbound_host_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));