From cd94a9a8d9ea4ba99576da957e18c23472d59f85 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 23 Mar 2015 10:18:55 -0300 Subject: Add missing encoding, as suggested by yakar --- usr/local/www/graph_cpu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/graph_cpu.php') diff --git a/usr/local/www/graph_cpu.php b/usr/local/www/graph_cpu.php index 200b9ea..ef3f22d 100644 --- a/usr/local/www/graph_cpu.php +++ b/usr/local/www/graph_cpu.php @@ -68,7 +68,7 @@ $height=100; // SVG internal height : do not modify $width=200; // SVG internal width : do not modify /********* Graph DATA **************/ -print('' . "\n");?> +print('' . "\n");?> -- cgit v1.1