diff --git a/html/includes/graphs/device/ib_dhcp_messages.inc.php b/html/includes/graphs/device/ib_dhcp_messages.inc.php
index 6c43a47e8..246f579f0 100644
--- a/html/includes/graphs/device/ib_dhcp_messages.inc.php
+++ b/html/includes/graphs/device/ib_dhcp_messages.inc.php
@@ -33,7 +33,8 @@ foreach ($stats as $stat => $color) {
# Set up area graphing with stacking
if ( $i == "0" ) {
$rrd_options .= " 'AREA:cdef".$stat . $color.":".ucfirst($stat)."'";
- } else {
+ }
+ else {
$rrd_options .= " 'AREA:cdef".$stat . $color.":".ucfirst($stat).":STACK'";
}
diff --git a/html/includes/graphs/device/ib_dns_dyn_updates.inc.php b/html/includes/graphs/device/ib_dns_dyn_updates.inc.php
index e5e511ba8..b59214185 100644
--- a/html/includes/graphs/device/ib_dns_dyn_updates.inc.php
+++ b/html/includes/graphs/device/ib_dns_dyn_updates.inc.php
@@ -28,7 +28,8 @@ foreach ($stats as $stat => $color) {
# Set up area graphing with stacking
if ( $i == "0" ) {
$rrd_options .= " 'AREA:cdef".$stat . $color.":".$stat."'";
- } else {
+ }
+ else {
$rrd_options .= " 'AREA:cdef".$stat . $color.":".$stat.":STACK'";
}
diff --git a/html/includes/graphs/device/ib_dns_performance.inc.php b/html/includes/graphs/device/ib_dns_performance.inc.php
index f97c1eb9b..17b8d8b09 100644
--- a/html/includes/graphs/device/ib_dns_performance.inc.php
+++ b/html/includes/graphs/device/ib_dns_performance.inc.php
@@ -25,7 +25,8 @@ foreach ($stats as $stat => $color) {
# Set up area graphing with stacking
if ( $i == "0" ) {
$rrd_options .= " 'AREA:".$stat . $color.":".$stat."'";
- } else {
+ }
+ else {
$rrd_options .= " 'AREA:".$stat . $color.":".$stat.":STACK'";
}
diff --git a/html/includes/graphs/device/ib_dns_request_return_codes.inc.php b/html/includes/graphs/device/ib_dns_request_return_codes.inc.php
index 180f6ebd4..21504dd81 100644
--- a/html/includes/graphs/device/ib_dns_request_return_codes.inc.php
+++ b/html/includes/graphs/device/ib_dns_request_return_codes.inc.php
@@ -28,7 +28,8 @@ foreach ($stats as $stat => $color) {
# Set up area graphing with stacking
if ( $i == "0" ) {
$rrd_options .= " 'AREA:cdef".$stat . $color.":".ucfirst($stat)."'";
- } else {
+ }
+ else {
$rrd_options .= " 'AREA:cdef".$stat . $color.":".ucfirst($stat).":STACK'";
}