Fix phpcs v14

This commit is contained in:
Laurent Destailleur
2021-07-04 19:23:04 +02:00
parent ab1ba5bc6a
commit 0cccfb1cee
21 changed files with 241 additions and 159 deletions

View File

@@ -251,7 +251,7 @@ foreach ($arrayhandler as $key => $module) {
} elseif ($tmp == 'NotConfigured') {
print $langs->trans($tmp);
} else {
print $tmp;
print '<span class="opacitymedium">'.$tmp.'</span>';
}
print '</td>'."\n";