unbound: Fixed inconsistent code formatting

This commit is contained in:
Manuel Faux 2015-12-11 14:37:53 +01:00
parent 920217e104
commit 23c805dc54

View File

@ -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"));