diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 1faebf0818..9524aef838 100644
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -212,7 +212,7 @@ include("head.inc");
$icon = "
";
} else if($status == "INIT") {
$icon = "
";
- } else
+ } else {
$icon = "";
}
}
diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php
index 33dbe46edc..decb25d70a 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -281,7 +281,7 @@ function show_advanced_dns() {