summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph_cpu.php
diff options
context:
space:
mode:
authorRobert Nelson <robertn@the-nelsons.org>2015-03-26 09:19:07 -0700
committerRobert Nelson <robertn@the-nelsons.org>2015-03-26 09:19:07 -0700
commitad20e46dcea5234f19a6d9b8dd93dec00b1160ee (patch)
treedcaa74e0ee21ced741eeafcbccdb220b5e432418 /usr/local/www/graph_cpu.php
parent52cbfd455ab209a918817501cda618ec3b1886d6 (diff)
parent86feced0f3734e015e70a0e8d85e9b5fed233524 (diff)
downloadpfsense-ad20e46dcea5234f19a6d9b8dd93dec00b1160ee.zip
pfsense-ad20e46dcea5234f19a6d9b8dd93dec00b1160ee.tar.gz
Merge branch 'master' into rfc2136_ignore_ipv4_ipv6
Diffstat (limited to 'usr/local/www/graph_cpu.php')
-rw-r--r--usr/local/www/graph_cpu.php2
1 files changed, 1 insertions, 1 deletions
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('<?xml version="1.0" ?>' . "\n");?>
+print('<?xml version="1.0" encoding="UTF-8"?>' . "\n");?>
<svg width="100%" height="100%" viewBox="0 0 <?=$width?> <?=$height?>" preserveAspectRatio="none" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="init(evt);">
<g id="graph">
<rect id="bg" x1="0" y1="0" width="100%" height="100%" fill="white"/>
OpenPOWER on IntegriCloud