Commit 23c805dc authored by Manuel Faux's avatar Manuel Faux

unbound: Fixed inconsistent code formatting

parent 920217e1
......@@ -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"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment