diff --git a/htdocs/admin/delais.php b/htdocs/admin/delais.php index 91e34e66d94..c91a4136045 100644 --- a/htdocs/admin/delais.php +++ b/htdocs/admin/delais.php @@ -319,7 +319,7 @@ if ($action == 'edit') { print '
'; print '
'; print img_weather($text, 0, $options); - print '=  %'; + print '<=  %'; print '
'; print img_weather($text, 1, $options); print '<=  %'; diff --git a/htdocs/core/lib/report.lib.php b/htdocs/core/lib/report.lib.php index 907524d5a97..ab7917362a1 100644 --- a/htdocs/core/lib/report.lib.php +++ b/htdocs/core/lib/report.lib.php @@ -61,7 +61,8 @@ function report_header($reportname, $notused, $period, $periodlink, $description { print ''; } - print ''; + + print '
'; $variante = ($periodlink || $exportlink);