From d5259cbdec4b5600467e30a33b7b318365c0b8cd Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Thu, 1 Oct 2015 17:01:33 +0530 Subject: [PATCH] Fix fonts Screenshot: http://i.imgur.com/Ga0AUxP.png --- html/pages/graphs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/graphs.inc.php b/html/pages/graphs.inc.php index 9ca22603a..582aacd71 100644 --- a/html/pages/graphs.inc.php +++ b/html/pages/graphs.inc.php @@ -97,7 +97,7 @@ else { $link = generate_url($link_array); echo(''); - echo(''.$text.'
'); + echo(''.$text.'
'); echo(''); echo generate_lazy_graph_tag($graph_array); echo('');