From 6eec2ca4c9c9dc142af6445e7fb83fc63b677c1d Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Mon, 21 Dec 2015 18:34:02 +0530 Subject: [PATCH] Add row class --- html/includes/print-device-graph.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/includes/print-device-graph.php b/html/includes/print-device-graph.php index d713859c6..da85f4e63 100644 --- a/html/includes/print-device-graph.php +++ b/html/includes/print-device-graph.php @@ -18,9 +18,9 @@ echo '
'; - +echo "
"; require 'includes/print-graphrow.inc.php'; - +echo '
'; echo '
'; echo ''; $g_i++;