Fixing style errors.

This commit is contained in:
stickler-ci 2020-12-23 13:51:13 +00:00
parent 26a40e30e3
commit a37bb4c6f2

View File

@ -236,7 +236,7 @@ print dol_get_fiche_head($head, 'ratelist', $langs->trans("ModuleSetup"), -1, "m
// ACTION
if (!in_array( $action, array("updateRate", "deleteRate"))) {
if (!in_array($action, array("updateRate", "deleteRate"))) {
print '<table class="noborder centpercent">';
print '<tr class="liste_titre">';
print '<td>'.$langs->trans("FormCreateRate").'</td>'."\n";