From a189805990fbda80c50e6899f1ab0ac51fb6b790 Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Mon, 21 Sep 2015 19:17:12 +0530 Subject: [PATCH] Fix tab --- html/includes/print-device-graph.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/html/includes/print-device-graph.php b/html/includes/print-device-graph.php index 66db21230..6f5c5179d 100644 --- a/html/includes/print-device-graph.php +++ b/html/includes/print-device-graph.php @@ -16,11 +16,11 @@ else { $row_colour = $list_colour_b; } echo '
-
-

'.$graph_title.'

-
-
'; - require 'includes/print-graphrow.inc.php'; - echo '
'; - echo '
'; +
+

'.$graph_title.'

+
+
'; + require 'includes/print-graphrow.inc.php'; + echo '
'; + echo ''; $g_i++;