From c2a292789418b7feba81796d721955fce9c4a8b4 Mon Sep 17 00:00:00 2001 From: Daniel Melani Date: Tue, 29 Mar 2016 16:14:53 +0200 Subject: [PATCH] Make toner overview line up with the rest --- html/pages/device/overview/toner.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);