Fix phpcs

This commit is contained in:
ldestailleur 2019-01-02 20:00:08 +01:00
parent d2ad38f998
commit f5b3ba231f

View File

@ -371,7 +371,7 @@ if ($conf->use_javascript_ajax) {
} else {
$arrval = array('0' => $langs->trans("No"), '1' => $langs->trans("Yes"));
print $form->selectarray("DONATION_ART200", $arrval, $conf->global->DONATION_ART200);
}
}
print '</td></tr>';
print '<tr class="oddeven">';