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

'.$graph_title.'

-
-
'; +
+

'.$graph_title.'

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