Fixing style errors.

This commit is contained in:
stickler-ci 2020-03-26 11:48:45 +00:00
parent 7d72fc70c7
commit 2bf054364d

View File

@ -335,7 +335,7 @@ if ($cats < 0)
{
dol_print_error($db, $cats->error, $cats->errors);
}
else if(count($cats) < 1)
elseif(count($cats) < 1)
{
print '<tr class="oddeven">';
print '<td colspan="3" class="opacitymedium">'.$langs->trans("NoSubCat").'</td>';