From 253c4f38ba8690cd9cb314a56c12855f61aaee3e Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Mon, 21 Sep 2015 19:30:50 +0530 Subject: [PATCH] Fix tab --- html/includes/print-device-graph.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/html/includes/print-device-graph.php b/html/includes/print-device-graph.php index 6f5c5179de..d713859c6b 100644 --- a/html/includes/print-device-graph.php +++ b/html/includes/print-device-graph.php @@ -1,13 +1,10 @@
-

'.$graph_title.'

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

'.$graph_title.'

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