diff --git a/html/pages/device/overview/toner.inc.php b/html/pages/device/overview/toner.inc.php index 7014d74c6..d77b395ad 100644 --- a/html/pages/device/overview/toner.inc.php +++ b/html/pages/device/overview/toner.inc.php @@ -5,7 +5,8 @@ $graph_type = 'toner_usage'; $toners = dbFetchRows('SELECT * FROM `toner` WHERE device_id = ?', array($device['device_id'])); if (count($toners)) { - echo '
+ echo '
+
'; @@ -57,6 +58,7 @@ if (count($toners)) { echo '
'; echo '
'; echo '
'; + echo '
'; }//end if unset($toner_rows);