From 4c584b31de38df78eb714b62bda8b9da0b828da0 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 30 Dec 2009 21:12:32 +0000 Subject: [PATCH] fix git-svn-id: http://www.observium.org/svn/observer/trunk@574 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/print-menubar.php | 2 +- html/pages/temperatures.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 542a73c3d..cf1e866f4 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -160,7 +160,7 @@ echo("
  • Storage
  • - + ', LEFT);\" onmouseout=\"return nd();\"> - "; + " . $temp['temp_descr'] . ""; $temp_perc = $temp['temp_current'] / $temp['temp_limit'] * 100; $temp_colour = percent_colour($temp_perc);