Browse Source

Minor: fix indents

pull/543/head
billz 4 years ago
parent
commit
dd54c0a5db
  1. 10
      includes/adblock.php

10
includes/adblock.php

@ -50,13 +50,11 @@ function DisplayAdBlockConfig()
echo renderTemplate(
"adblock", compact(
"status",
"serviceStatus",
"dnsmasq_state",
"enabled"
"status",
"serviceStatus",
"dnsmasq_state",
"enabled"
)
);
}
Loading…
Cancel
Save