From f99b1b261a1bb7596a0cb8499dc43a30d2f43540 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 18 May 2021 17:25:31 +0200 Subject: [PATCH] Fix phpcs --- htdocs/categories/index.php | 2 +- htdocs/theme/eldy/global.inc.php | 2 +- htdocs/theme/md/style.css.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php index d338e4d95d4..065b4dfa83e 100644 --- a/htdocs/categories/index.php +++ b/htdocs/categories/index.php @@ -221,7 +221,7 @@ foreach ($fulltree as $key => $val) { $nbofentries = (count($data) - 1); $morethan1level = 0; -foreach($data as $record) { +foreach ($data as $record) { if (!empty($record['fk_menu']) && $record['fk_menu'] > 0) { $morethan1level = 1; } diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 67192c7063e..e451a2af30b 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -1493,7 +1493,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select } .smallonsmartphone { - font-size: 0.8em; + font-size: 0.8em; } } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 866d6c9f3d7..1ebe047ead7 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1504,7 +1504,7 @@ table[summary="list_of_modules"] .fa-cog { } .smallonsmartphone { - font-size: 0.8em; + font-size: 0.8em; } }