From 163b66b04494b88df0f7d86a70b600f23c527593 Mon Sep 17 00:00:00 2001 From: Geert Hauwaerts Date: Sat, 19 Mar 2011 01:50:34 +0000 Subject: [PATCH] Sortable temperatures. git-svn-id: http://www.observium.org/svn/observer/trunk@1932 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/health/temperatures.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/pages/health/temperatures.inc.php b/html/pages/health/temperatures.inc.php index 00db1a04d9..8b6ed41e98 100644 --- a/html/pages/health/temperatures.inc.php +++ b/html/pages/health/temperatures.inc.php @@ -12,7 +12,7 @@ if ($_SESSION['userlevel'] >= '5') $query = mysql_query($sql); -echo(''); +echo('
'); echo(' @@ -92,4 +92,4 @@ while ($sensor = mysql_fetch_array($query)) echo("
Device
"); -?> \ No newline at end of file +?>