remove unneeded <br /> from uptime graph

git-svn-id: http://www.observium.org/svn/observer/trunk@1475 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-25 18:06:29 +00:00
parent 293ec59629
commit b37c7c87ba

View File

@@ -1,5 +1,4 @@
<?php
$graph_title = "Device Uptime";
$graph_type = "device_uptime"; include ("includes/print-device-graph.php");
echo("<br />");
?>