Fixing style errors.

This commit is contained in:
stickler-ci 2020-06-25 12:44:57 +00:00
parent 289886cd29
commit adb3cc72f9

View File

@ -212,8 +212,7 @@ if ($lastUpdate)
print '<strong>'.dol_print_date($db->jdate($object->getConfCP('lastUpdate')), 'dayhour', 'tzuser').'</strong>';
print '<br>'.$langs->trans("MonthOfLastMonthlyUpdate").': <strong>'.$yearLastUpdate.'-'.$monthLastUpdate.'</strong>'."\n";
}
else
{
else {
print $langs->trans('None');
}
print "</div><br>\n";