From 5ca8141cd8825327b667bd02d21f5a4cc7a3b41c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 15 Sep 2020 12:09:48 +0200 Subject: [PATCH] Typo --- htdocs/admin/delais.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/delais.php b/htdocs/admin/delais.php index 11cd1dc3623..1454ff010a0 100644 --- a/htdocs/admin/delais.php +++ b/htdocs/admin/delais.php @@ -327,7 +327,7 @@ if ($conf->global->MAIN_DISABLE_METEO != 1) { print '
'; print '
'; print img_weather($text, 0, $options); - print ' = '; + print ' <= '; print '
'; print img_weather($text, 1, $options); print ' <= '; @@ -396,7 +396,7 @@ if ($conf->global->MAIN_DISABLE_METEO != 1) { print '
'; print '
'; print img_weather($text, 0, $options); - print ' = '.$conf->global->MAIN_METEO_PERCENTAGE_LEVEL0.' %'; + print ' <= '.$conf->global->MAIN_METEO_PERCENTAGE_LEVEL0.' %'; print '
'; print img_weather($text, 1, $options); print ' <= '.$conf->global->MAIN_METEO_PERCENTAGE_LEVEL1.' %'; @@ -415,7 +415,7 @@ if ($conf->global->MAIN_DISABLE_METEO != 1) { print '
'; print '
'; print img_weather($text, 0, $options); - print ' = '.$level0; + print ' <= '.$level0; print '
'; print img_weather($text, 1, $options); print ' <= '.$level1;