diff --git a/html/pages/health/current.inc.php b/html/pages/health/current.inc.php
index 92f6faa9e..a660ed6f2 100644
--- a/html/pages/health/current.inc.php
+++ b/html/pages/health/current.inc.php
@@ -59,7 +59,7 @@ while ($sensor = mysql_fetch_assoc($query))
if ($_GET['optb'] == "graphs")
{ ## If graphs
- echo("
| ");
+ echo(" |
| ");
$daily_graph = "graph.php?id=" . $sensor['sensor_id'] . "&type=".$graph_type."&from=$day&to=$now&width=211&height=100";
$daily_url = "graph.php?id=" . $sensor['sensor_id'] . "&type=".$graph_type."&from=$day&to=$now&width=400&height=150";
diff --git a/html/pages/health/frequency.inc.php b/html/pages/health/frequency.inc.php
index 434fc663a..dcabecba0 100644
--- a/html/pages/health/frequency.inc.php
+++ b/html/pages/health/frequency.inc.php
@@ -58,7 +58,7 @@ while ($sensor = mysql_fetch_assoc($query))
if ($_GET['optb'] == "graphs")
{
- echo(" |
| ");
+ echo(" |
| ");
$daily_graph = "graph.php?id=" . $sensor['sensor_id'] . "&type=".$graph_type."&from=$day&to=$now&width=211&height=100";
$daily_url = "graph.php?id=" . $sensor['sensor_id'] . "&type=".$graph_type."&from=$day&to=$now&width=400&height=150";
|