From af2b4055d3a9691aae946e9f421dbbbcc4693784 Mon Sep 17 00:00:00 2001 From: Yann Gauteron <37099668+amigne@users.noreply.github.com> Date: Sun, 17 Mar 2019 14:27:32 +0100 Subject: [PATCH] Fix inconsistent

closed by (#9982) --- html/pages/device/health/sensors.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/device/health/sensors.inc.php b/html/pages/device/health/sensors.inc.php index e5973ab323..6ea872a89b 100644 --- a/html/pages/device/health/sensors.inc.php +++ b/html/pages/device/health/sensors.inc.php @@ -49,7 +49,7 @@ foreach (dbFetchRows('SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `devi echo " high: $sensor_limit"; } - echo " + echo "

"; echo "
";