Fixing style errors.

This commit is contained in:
stickler-ci 2021-11-22 15:26:46 +00:00
parent e02405edc9
commit 9975587cd5

View File

@ -311,7 +311,7 @@ if ($nolinesbefore) {
echo '</span>';
}
if(!empty($conf->global->MAIN_VIEW_LINE_NUMBER)) {
if (!empty($conf->global->MAIN_VIEW_LINE_NUMBER)) {
echo '<br>'.$langs->trans('AddLineOnPosition').' : <input type="number" name="rank" step="1" min="0" style="width: 5em;">';
}