Fix phpcs
This commit is contained in:
parent
271ba884db
commit
f99b1b261a
@ -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;
|
||||
}
|
||||
|
||||
@ -1493,7 +1493,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select
|
||||
}
|
||||
|
||||
.smallonsmartphone {
|
||||
font-size: 0.8em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1504,7 +1504,7 @@ table[summary="list_of_modules"] .fa-cog {
|
||||
}
|
||||
|
||||
.smallonsmartphone {
|
||||
font-size: 0.8em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user